intracommreport - module produit does not exist

This commit is contained in:
Francis Appels 2022-09-20 17:35:46 +02:00
parent 5d32f0f6ac
commit 7efe0a9d5d

View File

@ -123,7 +123,7 @@ $isInEEC = isInEEC($mysoc);
$arrayfields = array(
'i.ref' => array('label'=>$langs->trans("Ref"), '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"))),
);
/*