Skip to content

Commit

Permalink
[FIX] Error argument tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edescalona committed Dec 27, 2024
1 parent 853a30f commit e6d7e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rental_pricelist_interval/models/sale.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _update_interval_price(self):
self.price_unit = self.env[
"account.tax"
]._fix_tax_included_price_company(
self._get_display_price(product),
self._get_display_price(),
product.taxes_id,
self.tax_id,
self.company_id,
Expand Down

0 comments on commit e6d7e37

Please sign in to comment.