From 46e9ab95b90f03014fc460e1f266e645d1287125 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 28 Feb 2009 00:44:07 +0000 Subject: [PATCH] Fix: File not found --- htdocs/admin/adherent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/adherent.php b/htdocs/admin/adherent.php index 67814d20fc2..86a7e1d5628 100644 --- a/htdocs/admin/adherent.php +++ b/htdocs/admin/adherent.php @@ -281,7 +281,7 @@ function form_constantes($tableau) print ''; // List of possible labels. Values must exists in // file htdocs/adherents/PDF_Card.class.php - require_once(DOL_DOCUMENT_ROOT.'/adherents/cartes/PDF_card.class.php'); + require_once(DOL_DOCUMENT_ROOT.'/includes/modules/member/PDF_card.class.php'); $pdfcard=new PDF_card('5160',1,1,'mm'); $arrayoflabels=array_keys($pdfcard->_Avery_Labels);