Skip to content

Commit

Permalink
Merge PR #826 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Oct 30, 2023
2 parents cfd67e8 + f168b48 commit be650c2
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 be650c2

Please sign in to comment.