Update index.php

This commit is contained in:
Josep Lluís
2017-07-24 16:39:08 +02:00
committed by GitHub
parent 50262491e6
commit 5f144ca940

View File

@@ -448,7 +448,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
}
// Number of supplier invoices (has paid)
if (! empty($conf->supplier_invoice->enabled) && ! empty($conf->facture->enabled) && $user->rights->fournisseur->facture->lire)
if (! empty($conf->supplier_invoice->enabled) && $user->rights->fournisseur->facture->lire)
{
include_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.facture.class.php';
$board=new FactureFournisseur($db);