forked from Wavyzz/dolibarr
Fix: try to use the new message system
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user