intracommreport - module produit does not exist
This commit is contained in:
parent
5d32f0f6ac
commit
7efe0a9d5d
@ -123,7 +123,7 @@ $isInEEC = isInEEC($mysoc);
|
|||||||
$arrayfields = array(
|
$arrayfields = array(
|
||||||
'i.ref' => array('label'=>$langs->trans("Ref"), 'checked'=>1),
|
'i.ref' => array('label'=>$langs->trans("Ref"), 'checked'=>1),
|
||||||
'i.label' => array('label'=>$langs->trans("Label"), 'checked'=>1),
|
'i.label' => array('label'=>$langs->trans("Label"), 'checked'=>1),
|
||||||
'i.fk_product_type'=>array('label'=>$langs->trans("Type"), 'checked'=>0, 'enabled'=>(!empty($conf->produit->enabled) && isModEnabled("service"))),
|
'i.fk_product_type'=>array('label'=>$langs->trans("Type"), 'checked'=>0, 'enabled'=>(isModEnabled("product") && isModEnabled("service"))),
|
||||||
);
|
);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user