blob: 1f0cd5ce039a430666f76e19e5e553fd5c42960b [file] [log] [blame]
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
no_cache = 1
from erpnext.e_commerce.shopping_cart.cart import get_cart_quotation
def get_context(context):
context.update(get_cart_quotation())