DataObjects/Core_office.php
authorAlan Knowles <alan@roojs.com>
Tue, 11 Oct 2016 06:02:56 +0000 (14:02 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 11 Oct 2016 06:02:56 +0000 (14:02 +0800)
DataObjects/Core_office.php

index e381da5..447eedf 100644 (file)
@@ -9,7 +9,7 @@ class Pman_Core_DataObjects_Core_office extends DB_DataObject
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */
 
-    public $__table = 'Office';                          // table name
+    public $__table = 'core_office';                          // table name
     public $id;                              // int(11)  not_null primary_key auto_increment
     public $company_id;                      // int(11)  not_null
     public $name;                            // string(64)  not_null