fix: indentation

(cherry picked from commit 598e9c1390)
This commit is contained in:
vishnu
2024-08-28 15:12:22 +00:00
committed by Mergify
parent c87f2d2f7c
commit e8cfb4d602

View File

@@ -113,6 +113,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) {