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(),