Fix: bad path in error message

This commit is contained in:
Regis Houssin
2012-01-06 10:19:07 +01:00
parent 33049e9f19
commit b9d9f3b5b1
7 changed files with 9 additions and 9 deletions

View File

@@ -233,7 +233,7 @@ function commande_pdf_create($db, $object, $modele, $outputlangs, $hidedetails=0
}
else
{
print $langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$dir.$file);
print $langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$file);
}
return 0;
}