Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

This commit is contained in:
Laurent Destailleur
2023-07-02 21:16:50 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -3301,7 +3301,7 @@ class Commande extends CommonOrder
}
// Mise a jour info denormalisees
$this->update_price(1);
$this->update_price(1, 'auto');
$this->db->commit();
return $result;