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

@@ -189,7 +189,7 @@ function delivery_order_pdf_create($db, $object, $model='', $outputlangs='')
}
else
{
print $langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$dir.$file);
print $langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$file);
return 0;
}
}