Skip to content

Commit

Permalink
[17.0][FIX] rental_pricelist_interval: Correcting a method invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
edescalona committed Nov 29, 2024
1 parent ba4e465 commit 36d3745
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 36d3745

Please sign in to comment.