[shopping cart] show items, editable qty and show amount for that item
diff --git a/selling/utils.py b/selling/utils.py
index 61eab59..bd04db5 100644
--- a/selling/utils.py
+++ b/selling/utils.py
@@ -134,7 +134,7 @@
 	base_ref_rate = item_bean.doclist.get({
 		"parentfield": "ref_rate_details",
 		"price_list_name": args.price_list_name, 
-		"price_list_currency": args.price_list_currency,
+		"ref_currency": args.price_list_currency,
 		"buying_or_selling": "Selling"})
 	
 	if not base_ref_rate: