instanciation of Facture objects raised errors, deleted them

This commit is contained in:
Cédric Salvador
2013-07-22 11:51:29 +02:00
parent e939a4d268
commit 19dc3ef8da
2 changed files with 0 additions and 2 deletions

View File

@@ -67,7 +67,6 @@ class box_graph_invoices_supplier_permonth extends ModeleBoxes
$refreshaction='refresh_'.$this->boxcode;
include_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.facture.class.php';
$facturestatic=new Facture($db);
$text = $langs->trans("BoxSuppliersInvoicesPerMonth",$max);
$this->info_box_head = array(

View File

@@ -67,7 +67,6 @@ class box_graph_orders_supplier_permonth extends ModeleBoxes
$refreshaction='refresh_'.$this->boxcode;
include_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.commande.class.php';
$facturestatic=new Facture($db);
$text = $langs->trans("BoxSuppliersOrdersPerMonth",$max);
$this->info_box_head = array(