mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
[hotfix] get_price_list_rate
This commit is contained in:
@@ -200,7 +200,7 @@ def get_default_cost_center(args, item):
|
|||||||
or args.get("cost_center"))
|
or args.get("cost_center"))
|
||||||
|
|
||||||
def get_price_list_rate(args, item_doc, out):
|
def get_price_list_rate(args, item_doc, out):
|
||||||
meta = frappe.get_meta(args.parenttype)
|
meta = frappe.get_meta(args.doctype)
|
||||||
|
|
||||||
if meta.get_field("currency"):
|
if meta.get_field("currency"):
|
||||||
validate_price_list(args)
|
validate_price_list(args)
|
||||||
|
|||||||
Reference in New Issue
Block a user