mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 21:48:27 +00:00
[buying, selling] [refactor] get item details
This commit is contained in:
@@ -46,4 +46,4 @@ def get_price_list_currency(args):
|
||||
if result and len(result)==1:
|
||||
return {"price_list_currency": result[0][0]}
|
||||
else:
|
||||
return {}
|
||||
return {}
|
||||
|
||||
Reference in New Issue
Block a user