2
0
forked from Wavyzz/dolibarr

Fixing style errors.

This commit is contained in:
stickler-ci
2021-06-19 12:58:08 +00:00
parent 3669600242
commit 26f72b7fff

View File

@@ -2351,10 +2351,10 @@ class Commande extends CommonOrder
$staticline = clone $line;
$line->oldline = $staticline;
if ($line->delete($user) > 0) {
if ($line->delete($user) > 0) {
$result = $this->update_price(1);
if ($result > 0) {
if ($result > 0) {
$this->db->commit();
return 1;
} else {