forked from Wavyzz/dolibarr
this->errors is set on triggers action must be set by callers
This commit is contained in:
@@ -2002,6 +2002,7 @@ class Commande extends CommonOrder
|
||||
else
|
||||
{
|
||||
$this->error = $line->error;
|
||||
$this->errors = $line->errors;
|
||||
$this->db->rollback();
|
||||
return -2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user