diff --git a/frappe/templates/includes/list/list.js b/frappe/templates/includes/list/list.js index f9758e43bf..b42ab4d7aa 100644 --- a/frappe/templates/includes/list/list.js +++ b/frappe/templates/includes/list/list.js @@ -15,7 +15,7 @@ frappe.ready(function() { btn.prop("disabled", true); return $.ajax({ - url:"/api/method/frappe.templates.pages.list.get", + url:"/api/method/frappe.www.list.get", data: data, statusCode: { 200: function(data) {