[shopping cart] show items, editable qty and show amount for that item

This commit is contained in:
Anand Doshi
2013-06-19 17:19:20 +05:30
parent 3dceb8438e
commit c2a352711f
14 changed files with 232 additions and 61 deletions

View File

@@ -2,7 +2,7 @@
{
"creation": "2013-05-24 19:29:08",
"docstatus": 0,
"modified": "2013-06-05 19:07:51",
"modified": "2013-06-19 15:55:15",
"modified_by": "Administrator",
"owner": "Administrator"
},
@@ -223,7 +223,7 @@
"label": "Order Type",
"oldfieldname": "order_type",
"oldfieldtype": "Select",
"options": "\nSales\nMaintenance",
"options": "\nSales\nMaintenance\nShopping Cart",
"print_hide": 1,
"read_only": 0,
"reqd": 1,

View File

@@ -134,7 +134,7 @@ def _get_price_list_rate(args, item_bean, meta):
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: