commit | 365c24173a75708a9bfca145fd51d533d176059c | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Dec 02 16:08:26 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Mon Dec 02 16:08:26 2013 +0530 |
tree | 532436d7a66ed4df3fb2fa4e2ed1f26fec371998 | |
parent | 580fd26147b8fda1ea4eb25f3598eb7f7ee14785 [diff] [blame] |
[minor] [fix] shopping cart cookies
diff --git a/selling/utils/product.py b/selling/utils/product.py index d218979..32ff85a 100644 --- a/selling/utils/product.py +++ b/selling/utils/product.py
@@ -16,7 +16,7 @@ cart_quotation = _get_cart_quotation() - price_list = webnotes.cookies.get("selling_price_list").value + price_list = webnotes.local.request.cookies.get("selling_price_list") warehouse = webnotes.conn.get_value("Item", item_code, "website_warehouse") if warehouse: