Merge pull request #22335 from fappels/develop_intracom
intracommreport - module produit does not exist
This commit is contained in:
commit
0871960f01
@ -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"))),
|
||||
);
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user