shopping cart fix
diff --git a/erpnext/templates/pages/ticket.html b/erpnext/templates/pages/ticket.html
index 39c69df..cff019c 100644
--- a/erpnext/templates/pages/ticket.html
+++ b/erpnext/templates/pages/ticket.html
@@ -90,7 +90,7 @@
 		} else {
 			frappe.call({
 				type: "POST",
-				method: "shopping_cart.templates.pages.ticket.add_reply",
+				method: "erpnext.templates.pages.ticket.add_reply",
 				btn: this,
 				args: { ticket: "{{ doc.name }}", message: reply },
 				callback: function(r) {