2
0
forked from Wavyzz/dolibarr

Fix: Apercu sur bon de rceptions de livraison

This commit is contained in:
Laurent Destailleur
2007-10-21 23:56:56 +00:00
parent b2bd442db9
commit ffe32f655c
33 changed files with 156 additions and 125 deletions

View File

@@ -199,7 +199,7 @@ function commande_pdf_create($db, $id, $modele='', $outputlangs='')
$obj = new $classname($db);
if ($obj->write_pdf_file($id, $outputlangs) > 0)
if ($obj->write_file($id, $outputlangs) > 0)
{
// on supprime l'image correspondant au preview
commande_delete_preview($db, $id);