Skip to content

Commit

Permalink
[IMP] base_business_document_import: add support for price with tax i…
Browse files Browse the repository at this point in the history
…ncluded
  • Loading branch information
bosd committed Oct 8, 2023
1 parent c562f31 commit f168b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ def _match_taxes(
tax_dict,
chatter_msg,
type_tax_use=type_tax_use,
price_include=price_include,
price_include=tax_dict.get("price_include", price_include),
)
return taxes_recordset

Expand Down

0 comments on commit f168b48

Please sign in to comment.