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/user.html b/erpnext/templates/pages/user.html index b4a1a39..1d1d0b3 100644 --- a/erpnext/templates/pages/user.html +++ b/erpnext/templates/pages/user.html
@@ -34,7 +34,7 @@ $("#fullname").val(getCookie("full_name") || ""); $("#update_user").click(function() { frappe.call({ - method: "shopping_cart.templates.pages.user.update_user", + method: "erpnext.templates.pages.user.update_user", type: "POST", args: { fullname: $("#fullname").val(),