FIX - Invoices index page Supplier enable
This commit is contained in:
parent
a9440c934d
commit
3fb2c6eaa1
@ -104,11 +104,18 @@ print '<div class="fichecenter"><div class="fichethirdleft">';
|
||||
|
||||
print getNumberInvoicesPieChart('customers');
|
||||
print '<br>';
|
||||
print getNumberInvoicesPieChart('fourn');
|
||||
print '<br>';
|
||||
|
||||
if (!empty($conf->fournisseur->enabled)) {
|
||||
print getNumberInvoicesPieChart('fourn');
|
||||
print '<br>';
|
||||
}
|
||||
|
||||
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">';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user