fix: error messsage indent fix
diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py
index 267c26d..73e610a 100644
--- a/erpnext/accounts/utils.py
+++ b/erpnext/accounts/utils.py
@@ -78,7 +78,7 @@
 			else:
 				return ((fy.name, fy.year_start_date, fy.year_end_date),)
 
-		error_msg = _("""{0} {1} not in any active Fiscal Year""").format(label, formatdate(transaction_date))
+	error_msg = _("""{0} {1} not in any active Fiscal Year""").format(label, formatdate(transaction_date))
 	if company:
 		error_msg = _("""{0} for {1}""").format(error_msg, company)