blob: 1f0cd5ce039a430666f76e19e5e553fd5c42960b [file] [log] [blame]
marination22f41a12021-02-25 13:56:38 +05301# Copyright (c) 2021, 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
marination22f41a12021-02-25 13:56:38 +05306from erpnext.e_commerce.shopping_cart.cart import get_cart_quotation
Rushabh Mehta156ce602015-09-11 18:49:59 +05307
Chillar Anand915b3432021-09-02 16:44:59 +05308
Rushabh Mehta156ce602015-09-11 18:49:59 +05309def get_context(context):
10 context.update(get_cart_quotation())