mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
FIX check verif exped on delete order
This commit is contained in:
@@ -3126,6 +3126,7 @@ class Commande extends CommonOrder
|
||||
if ($result < 0) $error++;
|
||||
// End call triggers
|
||||
}
|
||||
if($this->nb_expedition()!=0)$error++;
|
||||
|
||||
//TODO: Check for error after each action. If one failed we rollback, don't waste time to do action if previous fail
|
||||
if (! $error)
|
||||
|
||||
Reference in New Issue
Block a user