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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user