this->errors is set on triggers action must be set by callers

This commit is contained in:
Florian HENRY
2021-02-08 20:44:40 +01:00
parent 8b3c872f2a
commit dbbebba497
6 changed files with 13 additions and 2 deletions

View File

@@ -2002,6 +2002,7 @@ class Commande extends CommonOrder
else
{
$this->error = $line->error;
$this->errors = $line->errors;
$this->db->rollback();
return -2;
}