From 59e7da296d907a1280314761bfc17572030a59f0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 15 May 2007 16:20:36 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20homog=E9n=E9isation=20du=20code=20Add:?= =?UTF-8?q?=20mod=E8le=20de=20num=E9rotation=20param=E9trable=20"orchidee"?= =?UTF-8?q?=20pour=20les=20commandes=20fournisseurs?= 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 86cdb908273..1eaca6d9e92 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -2843,7 +2843,7 @@ class Form else { include_once(DOL_DOCUMENT_ROOT.'/fourn/commande/modules/modules_commandefournisseur.php'); - $model=new ModelePDFCommandesSuppliers(); + $model=new ModelePDFSuppliersOrders(); $modellist=$model->liste_modeles($this->db); } }