Fix: fix not initialized variables

This commit is contained in:
Laurent Destailleur
2011-12-05 19:03:36 +01:00
parent ebea7f6c97
commit ffaf4e5465
35 changed files with 63 additions and 45 deletions

View File

@@ -155,6 +155,8 @@ function commande_pdf_create($db, $object, $modele, $outputlangs, $hidedetails=0
global $conf,$user,$langs;
$langs->load("orders");
$error=0;
$dir = "/core/modules/commande/";
$srctemplatepath='';
$modelisok=0;