From: Alan Knowles Date: Fri, 7 Oct 2016 05:49:04 +0000 (+0800) Subject: DataObjects/Core_company.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=db3107ac05ef266d257bf99eb5246cf054f5932e DataObjects/Core_company.php --- 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