Skip to content

Commit

Permalink
Merge pull request #11372 from bafbes/abb90059
Browse files Browse the repository at this point in the history
New:Show c_country elements in modulebuilder
  • Loading branch information
eldy committed Jun 20, 2019
2 parents e99cf13 + 2b0b7b0 commit 2c0d43a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions htdocs/core/class/ccountry.class.php
Expand Up @@ -47,8 +47,8 @@ class Ccountry // extends CommonObject
*/
public $errors = array();

//var $element='ccountry'; //!< Id that identify managed objects
//var $table_element='ccountry'; //!< Name of table without prefix where object is stored
var $element='ccountry'; //!< Id that identify managed objects
var $table_element='c_country'; //!< Name of table without prefix where object is stored

/**
* @var int ID
Expand All @@ -65,7 +65,9 @@ class Ccountry // extends CommonObject

public $active;


public $fields=array(
'label' => array('type'=>'varchar(250)', 'label'=>'Label', 'enabled'=>1, 'visible'=>1, 'position'=>15, 'notnull'=>-1, 'showoncombobox'=>'1')
);


/**
Expand Down

0 comments on commit 2c0d43a

Please sign in to comment.