mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
sales funnel fix
This commit is contained in:
@@ -71,7 +71,7 @@ erpnext.SalesFunnel = Class.extend({
|
|||||||
get_data: function(btn) {
|
get_data: function(btn) {
|
||||||
var me = this;
|
var me = this;
|
||||||
wn.call({
|
wn.call({
|
||||||
method: "erpnext.selling.sales_funnel.get_funnel_data",
|
method: "erpnext.selling.page.sales_funnel.sales_funnel.get_funnel_data",
|
||||||
args: {
|
args: {
|
||||||
from_date: this.options.from_date,
|
from_date: this.options.from_date,
|
||||||
to_date: this.options.to_date
|
to_date: this.options.to_date
|
||||||
|
|||||||
Reference in New Issue
Block a user