forked from Wavyzz/dolibarr
Update modCategorie.class.php
This commit is contained in:
committed by
GitHub
parent
2fb776ee34
commit
fa928f7dc3
@@ -427,7 +427,7 @@ class modCategorie extends DolibarrModules
|
|||||||
if ($conf->societe->enabled) { $typeexample.=($typeexample?"/":"")."2=Customer-Prospect"; }
|
if ($conf->societe->enabled) { $typeexample.=($typeexample?"/":"")."2=Customer-Prospect"; }
|
||||||
if ($conf->adherent->enabled) { $typeexample.=($typeexample?"/":"")."3=Member"; }
|
if ($conf->adherent->enabled) { $typeexample.=($typeexample?"/":"")."3=Member"; }
|
||||||
$this->import_examplevalues_array[$r] = array(
|
$this->import_examplevalues_array[$r] = array(
|
||||||
'ca.label'=>"Supplier Category",'ca.type'=>$typeexample,'ca.description'=>"Imported category",
|
'ca.label'=>"Supplier Category",'ca.type'=>$typeexample,'ca.description'=>"My Category description",
|
||||||
'ca.fk_parent' => '0'
|
'ca.fk_parent' => '0'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user