2
0
forked from Wavyzz/dolibarr

Merge pull request #25234 from FHenry/16_fix_calc_update_price_on_update

FIX: VTA rounding calc option must be the same on update line as on create line
This commit is contained in:
Laurent Destailleur
2023-06-29 17:41:09 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

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