Merge pull request #32336 from ernestoruiz89/patch-6
fix: typo on opportunity summary by sales stage report
This commit is contained in:
commit
539f8550c7
@ -44,7 +44,7 @@ frappe.query_reports["Opportunity Summary by Sales Stage"] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "opportunity_source",
|
fieldname: "opportunity_source",
|
||||||
label: __("Oppoturnity Source"),
|
label: __("Opportunity Source"),
|
||||||
fieldtype: "Link",
|
fieldtype: "Link",
|
||||||
options: "Lead Source",
|
options: "Lead Source",
|
||||||
},
|
},
|
||||||
@ -62,4 +62,4 @@ frappe.query_reports["Opportunity Summary by Sales Stage"] = {
|
|||||||
default: frappe.defaults.get_user_default("Company")
|
default: frappe.defaults.get_user_default("Company")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user