fix: Doctype Name correction
diff --git a/erpnext/accounts/party.py b/erpnext/accounts/party.py
index f412506..5855ac3 100644
--- a/erpnext/accounts/party.py
+++ b/erpnext/accounts/party.py
@@ -163,7 +163,7 @@
if customer_price_list:
price_list = customer_price_list
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
else:
price_list = get_default_price_list(party) or given_price_list