modif de show_document pour export pdf des commandes

This commit is contained in:
Andre Cianfarani 2006-02-09 08:36:22 +00:00
parent 385ab5ca19
commit 09134540e5

View File

@ -1845,7 +1845,7 @@ class Form
{ {
include_once(DOL_DOCUMENT_ROOT.'/includes/modules/commande/modules_commande.php'); include_once(DOL_DOCUMENT_ROOT.'/includes/modules/commande/modules_commande.php');
$model=new ModelePDFCommandes(); $model=new ModelePDFCommandes();
$modellist=$model->liste_modeles(); $modellist=$model->liste_modeles($this->db);
} }
} }
elseif ($modulepart == 'facture') elseif ($modulepart == 'facture')