FIX list of categories in stats of supplier invoices
Conflicts: htdocs/compta/facture/stats/index.php
This commit is contained in:
parent
bacf569e0b
commit
075faded47
@ -309,7 +309,7 @@ if (!empty($conf->category->enabled)) {
|
||||
$cat_label = $langs->trans("Category").' '.lcfirst($langs->trans("Supplier"));
|
||||
}
|
||||
print '<tr><td>'.$cat_label.'</td><td>';
|
||||
$cate_arbo = $form->select_all_categories(Categorie::TYPE_CUSTOMER, null, 'parent', null, null, 1);
|
||||
$cate_arbo = $form->select_all_categories($cat_type, null, 'parent', null, null, 1);
|
||||
print img_picto('', 'category', 'class="pictofixedwidth"');
|
||||
print $form->multiselectarray('custcats', $cate_arbo, GETPOST('custcats', 'array'), 0, 0, 'widthcentpercentminusx maxwidth300');
|
||||
//print $formother->select_categories($cat_type, $categ_id, 'categ_id', true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user