blob: 7c441f7623a7242405b62b2bd53df1e15dc21e61 [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
Chillar Anand915b3432021-09-02 16:44:59 +05307
Rushabh Mehta156ce602015-09-11 18:49:59 +05308from erpnext.shopping_cart.cart import get_cart_quotation
9
Chillar Anand915b3432021-09-02 16:44:59 +053010
Rushabh Mehta156ce602015-09-11 18:49:59 +053011def get_context(context):
12 context.update(get_cart_quotation())