Update commande.class.php

This commit is contained in:
Laurent Destailleur 2018-03-13 09:51:45 +01:00 committed by GitHub
parent 6c7a5cebdf
commit 51229a602f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3126,6 +3126,7 @@ class Commande extends CommonOrder
if ($result < 0) $error++; if ($result < 0) $error++;
// End call triggers // End call triggers
} }
if ($this->nb_expedition() != 0) $error++; 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 //TODO: Check for error after each action. If one failed we rollback, don't waste time to do action if previous fail