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);
}
}