mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
[patch] [minor] to fix fiscal_years based on start date - only for single account
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import webnotes
|
import webnotes
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
# create_fiscal_years()
|
create_fiscal_years()
|
||||||
|
|
||||||
doctypes = webnotes.conn.sql_list("""select parent from tabDocField
|
doctypes = webnotes.conn.sql_list("""select parent from tabDocField
|
||||||
where (fieldtype="Link" and options='Fiscal Year')
|
where (fieldtype="Link" and options='Fiscal Year')
|
||||||
|
|||||||
Reference in New Issue
Block a user