Merge pull request #21144 from bb2a/FIX---Invoices-index-page
FIX - Invoices index page Supplier enable
This commit is contained in:
commit
f77ffd4a18
@ -104,11 +104,18 @@ print '<div class="fichecenter"><div class="fichethirdleft">';
|
|||||||
|
|
||||||
print getNumberInvoicesPieChart('customers');
|
print getNumberInvoicesPieChart('customers');
|
||||||
print '<br>';
|
print '<br>';
|
||||||
print getNumberInvoicesPieChart('fourn');
|
|
||||||
print '<br>';
|
if (!empty($conf->fournisseur->enabled)) {
|
||||||
|
print getNumberInvoicesPieChart('fourn');
|
||||||
|
print '<br>';
|
||||||
|
}
|
||||||
|
|
||||||
print getCustomerInvoiceDraftTable($max, $socid);
|
print getCustomerInvoiceDraftTable($max, $socid);
|
||||||
print '<br>';
|
|
||||||
print getDraftSupplierTable($max, $socid);
|
if (!empty($conf->fournisseur->enabled)) {
|
||||||
|
print '<br>';
|
||||||
|
print getDraftSupplierTable($max, $socid);
|
||||||
|
}
|
||||||
|
|
||||||
print '</div><div class="fichetwothirdright">';
|
print '</div><div class="fichetwothirdright">';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user