commit | d718c9372664d1af829b8d8b50cd64de434da0ff | [log] [tgz] |
---|---|---|
author | Neil Trini Lasrado <neil@frappe.io> | Wed Oct 22 15:56:38 2014 +0530 |
committer | Neil Trini Lasrado <neil@frappe.io> | Mon Oct 27 11:03:09 2014 +0530 |
tree | 27d24f15e1d1eb411cabad7563938d4cb3656a57 | |
parent | f5b94143dcf141ce26837f68a7df0b96ea107adf [diff] [blame] |
shopping cart fix
diff --git a/erpnext/templates/pages/shipment.py b/erpnext/templates/pages/shipment.py index ba98e1d..a8047f5 100644 --- a/erpnext/templates/pages/shipment.py +++ b/erpnext/templates/pages/shipment.py
@@ -3,7 +3,7 @@ from __future__ import unicode_literals import frappe -from shopping_cart.templates.utils import get_transaction_context +from erpnext.templates.utils import get_transaction_context no_cache = 1 no_sitemap = 1