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 '';
|