fix: indentation

This commit is contained in:
vishnu
2024-08-28 15:12:22 +00:00
parent bb29fc4c3d
commit 598e9c1390

View File

@@ -114,6 +114,8 @@ erpnext.financial_statements = {
onload: function (report) {
// dropdown for links to other financial statements
erpnext.financial_statements.filters = get_filters();
let fiscal_year = erpnext.utils.get_fiscal_year(frappe.datetime.get_today());
var filters = report.get_values();
if (!filters.period_start_date || !filters.period_end_date) {