mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
fix: incorrect tax amt due to different exchange rate in PR and PI
This commit is contained in:
@@ -1791,4 +1791,6 @@ def make_purchase_receipt(source_name, target_doc=None):
|
|||||||
target_doc,
|
target_doc,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
doc.set_onload("ignore_price_list", True)
|
||||||
|
|
||||||
return doc
|
return doc
|
||||||
|
|||||||
Reference in New Issue
Block a user