From 43d7eac56042470dde05bf10aeec0fdec5285d2e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Wed, 24 May 2006 22:30:06 +0000 Subject: [PATCH] Fix: on-existent class: facture in *c:\www\www\dolibarr\htdocs\includes\boxes\box_factures_imp.php* on line *63 --- htdocs/includes/boxes/box_factures_imp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/includes/boxes/box_factures_imp.php b/htdocs/includes/boxes/box_factures_imp.php index d943053a932..df9ae8975d2 100644 --- a/htdocs/includes/boxes/box_factures_imp.php +++ b/htdocs/includes/boxes/box_factures_imp.php @@ -27,7 +27,8 @@ \brief Module de g�n�ration de l'affichage de la box factures impayees */ -include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php"); +require_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php"); +require_once(DOL_DOCUMENT_ROOT.'/facture.class.php'); class box_factures_imp extends ModeleBoxes { -- GitLab