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/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) {