sales funnel fix
diff --git a/erpnext/selling/page/sales_funnel/sales_funnel.js b/erpnext/selling/page/sales_funnel/sales_funnel.js
index c229d81..7464c49 100644
--- a/erpnext/selling/page/sales_funnel/sales_funnel.js
+++ b/erpnext/selling/page/sales_funnel/sales_funnel.js
@@ -71,7 +71,7 @@
 	get_data: function(btn) {
 		var me = this;
 		wn.call({
-			method: "erpnext.selling.sales_funnel.get_funnel_data",
+			method: "erpnext.selling.page.sales_funnel.sales_funnel.get_funnel_data",
 			args: {
 				from_date: this.options.from_date,
 				to_date: this.options.to_date
diff --git a/erpnext/selling/page/sales_funnel/sales_funnel.py b/erpnext/selling/page/sales_funnel/sales_funnel.py
index 433eaf1..c5b5e87 100644
--- a/erpnext/selling/page/sales_funnel/sales_funnel.py
+++ b/erpnext/selling/page/sales_funnel/sales_funnel.py
@@ -30,4 +30,4 @@
 		{ "title": "Opportunities", "value": opportunities, "color": "#F09C00" },
 		{ "title": "Quotations", "value": quotations, "color": "#006685" },
 		{ "title": "Sales Orders", "value": sales_orders, "color": "#00AD65" }
-	]
+	]
\ No newline at end of file