mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-19 23:33:16 +01:00
FIX: TVA calc option must be the same on update line as on create line
This commit is contained in:
@@ -3313,7 +3313,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