fix: fetch name for fy
diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py
index f9208f0..25fbe17 100644
--- a/erpnext/accounts/utils.py
+++ b/erpnext/accounts/utils.py
@@ -1280,7 +1280,7 @@
 		else:
 			date = getdate()
 			company = None
-		return get_fiscal_year(date=date, company=company)[0]
+		return get_fiscal_year(date=date, company=company).name
 
 
 @frappe.whitelist()