2015-03-03 09:25:30 +00:00
|
|
|
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
2014-10-21 10:46:30 +00:00
|
|
|
# License: GNU General Public License v3. See license.txt
|
2015-02-24 06:54:53 +00:00
|
|
|
from __future__ import unicode_literals
|
2014-10-21 10:46:30 +00:00
|
|
|
|
|
|
|
no_cache = 1
|
2015-09-11 13:19:59 +00:00
|
|
|
|
|
|
|
import frappe
|
|
|
|
from erpnext.shopping_cart.cart import get_cart_quotation
|
|
|
|
|
|
|
|
def get_context(context):
|
|
|
|
context.update(get_cart_quotation())
|