From d56da20fad10c10e5b7f9f3c6e407eca42a9c38e Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 30 Aug 2013 16:02:22 +0530 Subject: [PATCH] [patch] [minor] to fix fiscal_years based on start date - only for single account --- patches/august_2013/fix_fiscal_year.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/august_2013/fix_fiscal_year.py b/patches/august_2013/fix_fiscal_year.py index 49c1975a0b..67988c440e 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')