fix: Default year start and end date in reports
diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js
index 10e8431..f456e5e 100755
--- a/erpnext/public/js/utils.js
+++ b/erpnext/public/js/utils.js
@@ -400,7 +400,7 @@
 		});
 	},
 
-	get_fiscal_year: function(date, with_dates) {
+	get_fiscal_year: function(date, with_dates=false) {
 		if(!date) {
 			date = frappe.datetime.get_today();
 		}