blob: 0bba1ffd1694794a2f667270ace6c14839142b75 [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
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05303
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05304no_cache = 1
Rushabh Mehta156ce602015-09-11 18:49:59 +05305
Chillar Anand915b3432021-09-02 16:44:59 +05306
Rushabh Mehta156ce602015-09-11 18:49:59 +05307from erpnext.shopping_cart.cart import get_cart_quotation
8
Chillar Anand915b3432021-09-02 16:44:59 +05309
Rushabh Mehta156ce602015-09-11 18:49:59 +053010def get_context(context):
11 context.update(get_cart_quotation())