mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
Merge pull request #39610 from frappe/mergify/bp/version-15-hotfix/pr-39598
fix(minor): type error in financial statements for dashboard (backport #39598)
This commit is contained in:
@@ -125,6 +125,7 @@ erpnext.financial_statements = {
|
||||
});
|
||||
});
|
||||
|
||||
if (report.page){
|
||||
const views_menu = report.page.add_custom_button_group(__('Financial Statements'));
|
||||
|
||||
report.page.add_custom_menu_item(views_menu, __("Balance Sheet"), function() {
|
||||
@@ -142,6 +143,7 @@ erpnext.financial_statements = {
|
||||
frappe.set_route('query-report', 'Cash Flow', {company: filters.company});
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
function get_filters() {
|
||||
|
||||
Reference in New Issue
Block a user