12 lines
319 B
Python
Raw Normal View History

# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
2014-10-21 16:16:30 +05:30
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals
2014-10-21 16:16:30 +05:30
no_cache = 1
import frappe
from erpnext.shopping_cart.cart import get_cart_quotation
def get_context(context):
context.update(get_cart_quotation())