915b34391c
* chore: Added isort to pre-commit config * chore: Sort imports with isort * chore: Clean up imports with pycln * chore: Sort imports with isort * chore: Fix import issues * chore: Clean up sider issues * chore: Remove import errors from flake8 ignore list * chore: Clean up lint issues
13 lines
307 B
Python
13 lines
307 B
Python
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
|
# License: GNU General Public License v3. See license.txt
|
|
from __future__ import unicode_literals
|
|
|
|
no_cache = 1
|
|
|
|
|
|
from erpnext.shopping_cart.cart import get_cart_quotation
|
|
|
|
|
|
def get_context(context):
|
|
context.update(get_cart_quotation())
|