mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
[fixes] buying/selling price lists, communication and website settings
This commit is contained in:
@@ -135,7 +135,7 @@ def _get_price_list_rate(args, item_bean, meta):
|
||||
"parentfield": "ref_rate_details",
|
||||
"price_list_name": args.price_list_name,
|
||||
"price_list_currency": args.price_list_currency,
|
||||
"selling": 1})
|
||||
"buying_or_selling": "Selling"})
|
||||
|
||||
if not base_ref_rate:
|
||||
return {}
|
||||
|
||||
Reference in New Issue
Block a user