modif de show_document pour export pdf des commandes
This commit is contained in:
parent
385ab5ca19
commit
09134540e5
@ -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')
|
||||||
@ -1956,4 +1956,4 @@ class Form
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user