blob: c57d826130d9f91dfc1d85ca43b1520a85fefef9 [file] [log] [blame]
Anand Doshi885e0742015-03-03 14:55:30 +05301# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05302# License: GNU General Public License v3. See license.txt
Anand Doshid57e7932015-02-24 12:24:53 +05303from __future__ import unicode_literals
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05304
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05305no_cache = 1
Rushabh Mehta156ce602015-09-11 18:49:59 +05306no_sitemap = 1
7
8import frappe
9from erpnext.shopping_cart.cart import get_cart_quotation
10
11def get_context(context):
12 context.update(get_cart_quotation())