From a64c0b417692e4ae3da36c80761210e20af89ec1 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 29 May 2006 15:50:08 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20ajout=20bon=20de=20livraison?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index ef5991ef18b..0620c8fd873 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -2343,7 +2343,7 @@ class Form else { include_once(DOL_DOCUMENT_ROOT.'/livraison/mods/modules_livraison.php'); - $model=new ModelePDFLivraison(); + $model=new ModelePDFDeliveryOrder(); $modellist=$model->liste_modeles($this->db); } }