2015-03-03 14:55:30 +05:30
|
|
|
# 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
|
2015-02-24 12:24:53 +05:30
|
|
|
from __future__ import unicode_literals
|
2014-10-21 16:16:30 +05:30
|
|
|
|
|
|
|
no_cache = 1
|
2015-09-11 18:49:59 +05:30
|
|
|
|
|
|
|
import frappe
|
|
|
|
from erpnext.shopping_cart.cart import get_cart_quotation
|
|
|
|
|
|
|
|
def get_context(context):
|
|
|
|
context.update(get_cart_quotation())
|