Update ccountry.class.php
This commit is contained in:
parent
c109eebe38
commit
2b0b7b0dab
@ -66,7 +66,8 @@ class Ccountry // extends CommonObject
|
|||||||
public $active;
|
public $active;
|
||||||
|
|
||||||
public $fields=array(
|
public $fields=array(
|
||||||
'label' => array('type'=>'varchar(250)', 'label'=>'Label', 'enabled'=>1, 'visible'=>1, 'position'=>15, 'notnull'=>-1, 'showoncombobox'=>'1',));
|
'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