fix: Doctype Name correction
This commit is contained in:
parent
1f9a6febdd
commit
8c84b7b888
@ -163,7 +163,7 @@ def set_price_list(out, party, party_type, given_price_list, pos=None):
|
|||||||
if customer_price_list:
|
if customer_price_list:
|
||||||
price_list = customer_price_list
|
price_list = customer_price_list
|
||||||
else:
|
else:
|
||||||
pos_price_list = frappe.get_value('Pos Profile', pos, 'selling_price_list')
|
pos_price_list = frappe.get_value('POS Profile', pos, 'selling_price_list')
|
||||||
price_list = pos_price_list or given_price_list
|
price_list = pos_price_list or given_price_list
|
||||||
else:
|
else:
|
||||||
price_list = get_default_price_list(party) or given_price_list
|
price_list = get_default_price_list(party) or given_price_list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user