DataObjects/Companies.php
authorEdward <edward@roojs.com>
Wed, 16 Apr 2014 10:08:50 +0000 (18:08 +0800)
committerEdward <edward@roojs.com>
Wed, 16 Apr 2014 10:08:50 +0000 (18:08 +0800)
DataObjects/Companies.php

index e304898..386a6da 100644 (file)
@@ -235,17 +235,10 @@ class Pman_Core_DataObjects_Companies extends DB_DataObject
         
         
         
-    }
-    
-    function beforeInsert($request,$roo)
-    {
-        $roo->jerr('ERROR');
-        
     }
     
     function beforeUpdate($old, $q,$roo)
     {
-        $roo->jerr('ERROR');
         if(!empty($this->is_system) && 
             ($old->code != $this->code || $old->name != $this->name)
         ){