New:Show c_country elements in modulebuilder
This commit is contained in:
parent
f32b2e9f1f
commit
c109eebe38
@ -47,8 +47,8 @@ class Ccountry // extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $errors = array();
|
public $errors = array();
|
||||||
|
|
||||||
//var $element='ccountry'; //!< Id that identify managed objects
|
var $element='ccountry'; //!< Id that identify managed objects
|
||||||
//var $table_element='ccountry'; //!< Name of table without prefix where object is stored
|
var $table_element='c_country'; //!< Name of table without prefix where object is stored
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID
|
* @var int ID
|
||||||
@ -65,7 +65,8 @@ class Ccountry // extends CommonObject
|
|||||||
|
|
||||||
public $active;
|
public $active;
|
||||||
|
|
||||||
|
public $fields=array(
|
||||||
|
'label' => array('type'=>'varchar(250)', 'label'=>'Label', 'enabled'=>1, 'visible'=>1, 'position'=>15, 'notnull'=>-1, 'showoncombobox'=>'1',));
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user