DataObjects/Core_company.php
authorEdward <edward@roojs.com>
Thu, 8 Nov 2018 04:13:30 +0000 (12:13 +0800)
committerEdward <edward@roojs.com>
Thu, 8 Nov 2018 04:13:30 +0000 (12:13 +0800)
DataObjects/Core_company.php

index e482f37..e12b32c 100644 (file)
@@ -255,7 +255,6 @@ class Pman_Core_DataObjects_Core_Company extends DB_DataObject
     function beforeInsert($q, $roo)
     {
         // we still use comptype in some old systems...
-        print_r('test?????');exit;
         if (!empty($q['comptype_id'])) {
             $en = DB_DataObject::Factory('core_enum');
             $en->get($q['comptype_id']);
@@ -273,6 +272,7 @@ class Pman_Core_DataObjects_Core_Company extends DB_DataObject
     
     function beforeUpdate($old, $q,$roo)
     {
+        print_r('test?????');exit;
         // we still use comptype in some old systems...
         
         if (!empty($q['comptype_id'])) {