blob: 30b03575785ef2cfaa497818c5a7d361f9ce62bf [file] [log] [blame]
Anand Doshi885e0742015-03-03 14:55:30 +05301# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05302# License: GNU General Public License v3. See license.txt
Anand Doshid57e7932015-02-24 12:24:53 +05303from __future__ import unicode_literals
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05304
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05305no_cache = 1
Rushabh Mehta156ce602015-09-11 18:49:59 +05306
7import frappe
8from erpnext.shopping_cart.cart import get_cart_quotation
9
10def get_context(context):
11 context.update(get_cart_quotation())