From eda3b4e572b8976d9e2fb757061dac47f9a593b2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 11 Oct 2016 14:02:56 +0800 Subject: [PATCH] DataObjects/Core_office.php --- DataObjects/Core_office.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_office.php b/DataObjects/Core_office.php index e381da5d..447eedf6 100644 --- a/DataObjects/Core_office.php +++ b/DataObjects/Core_office.php @@ -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 -- 2.39.2