2
0
forked from Wavyzz/dolibarr

Update modCategorie.class.php

This commit is contained in:
Laurent Destailleur
2019-10-11 17:33:13 +02:00
committed by GitHub
parent 2fb776ee34
commit fa928f7dc3

View File

@@ -427,7 +427,7 @@ class modCategorie extends DolibarrModules
if ($conf->societe->enabled) { $typeexample.=($typeexample?"/":"")."2=Customer-Prospect"; }
if ($conf->adherent->enabled) { $typeexample.=($typeexample?"/":"")."3=Member"; }
$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'
);