2
0
forked from Wavyzz/dolibarr

Fix: try to use the new message system

This commit is contained in:
Regis Houssin
2012-07-29 12:54:19 +02:00
parent 77a5ef0b22
commit eee5653c54
36 changed files with 233 additions and 389 deletions

View File

@@ -2344,7 +2344,6 @@ class Commande extends CommonOrder
if (! dol_delete_file($file,0,0,0,$this)) // For triggers
{
$this->error=$langs->trans("ErrorCanNotDeleteFile",$file);
$this->db->rollback();
return 0;
}