Skip to content

Commit

Permalink
[FIX] account_invoice_prices_update: Fix in _get_real_price_currency …
Browse files Browse the repository at this point in the history
…method

Ticket : 63039

closes #154

Signed-off-by: jok-adhoc <jok@adhoc.com.ar>
  • Loading branch information
mem-adhoc committed Jul 3, 2023
1 parent 1195869 commit b51c69c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -96,7 +96,7 @@ def _get_real_price_currency(
pricelist_item.base_pricelist_id.\
discount_policy == 'without_discount':
price, rule_id = pricelist_item.base_pricelist_id._get_product_price_rule(
product, qty, uom=uom.id)
product, qty, uom=uom)
pricelist_item = PricelistItem.browse(rule_id)

if pricelist_item.base == 'standard_price':
Expand Down

0 comments on commit b51c69c

Please sign in to comment.