[patch] [minor] to fix fiscal_years based on start date - only for single account
diff --git a/patches/august_2013/fix_fiscal_year.py b/patches/august_2013/fix_fiscal_year.py
index 49c1975..67988c4 100644
--- a/patches/august_2013/fix_fiscal_year.py
+++ b/patches/august_2013/fix_fiscal_year.py
@@ -1,7 +1,7 @@
 import webnotes
 
 def execute():
-	# create_fiscal_years()
+	create_fiscal_years()
 	
 	doctypes = webnotes.conn.sql_list("""select parent from tabDocField
 		where (fieldtype="Link" and options='Fiscal Year')