[patch] [minor] to fix fiscal_years based on start date - only for single account

This commit is contained in:
Nabin Hait 2013-08-30 16:02:22 +05:30
parent 4d086e5e5a
commit d56da20fad

View File

@ -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')