[minor] [fix] shopping cart cookies

This commit is contained in:
Anand Doshi
2013-12-02 16:08:26 +05:30
parent 580fd26147
commit 365c24173a
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ def get_product_info(item_code):
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: