From db3107ac05ef266d257bf99eb5246cf054f5932e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Oct 2016 13:49:04 +0800 Subject: [PATCH 1/1] DataObjects/Core_company.php --- DataObjects/Core_company.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataObjects/Core_company.php b/DataObjects/Core_company.php index a7830f6f..1dea0f90 100644 --- a/DataObjects/Core_company.php +++ b/DataObjects/Core_company.php @@ -4,12 +4,12 @@ */ require_once 'DB/DataObject.php'; -class Pman_Core_DataObjects_Companies extends DB_DataObject +class Pman_Core_DataObjects_Core_Company extends DB_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ - public $__table = 'Companies'; // table name + public $__table = 'core_company'; // table name public $code; // string(32) not_null public $name; // string(128) public $remarks; // blob(65535) blob -- 2.39.2