Skip to content

Commit

Permalink
[FIX] l10n_br_fiscal:
Browse files Browse the repository at this point in the history
  • Loading branch information
corredato committed Nov 11, 2024
1 parent e13a44a commit 3c8cd01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_br_fiscal/models/document_mixin_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def _inverse_amount_freight(self):
for line in record._get_product_amount_lines():
line._onchange_fiscal_taxes()
record._fields["amount_total"].compute_value(record)
record.move_ids.line_ids._onchange_price_subtotal()
record.write(
{
name: value
Expand Down

0 comments on commit 3c8cd01

Please sign in to comment.