From 38f662527c399a5c569d8c25b5003c4dc2be314b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 27 Jun 2006 11:17:31 +0000 Subject: [PATCH] bugfix --- 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 58b6afb934b..81a4fb51953 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -2466,7 +2466,7 @@ class Form print ''; print ''.$langs->trans('Model').''; print ''; - $this->select_array('model',$modellist,$modelselected,0,0,1); + $this->select_array('modelpdf',$modellist,$modelselected,0,0,1); $texte=$langs->trans('Generate'); print ''; print '';