fix in financial statements
This commit is contained in:
parent
3e38d36580
commit
ebae9ae272
@ -67,7 +67,7 @@ class DocType:
|
|||||||
|
|
||||||
#--- from month and to month (for MIS - Comparison Report) -------
|
#--- from month and to month (for MIS - Comparison Report) -------
|
||||||
month_list = ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec']
|
month_list = ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec']
|
||||||
fiscal_start_month = sql("select MONTH(year_start_date) from `tabFiscal Year` where name = %s",(webnotes.defaults.get_global_value("fiscal_year")))
|
fiscal_start_month = sql("select MONTH(year_start_date) from `tabFiscal Year` where name = %s",(webnotes.defaults.get_global_default("fiscal_year")))
|
||||||
fiscal_start_month = fiscal_start_month and fiscal_start_month[0][0] or 1
|
fiscal_start_month = fiscal_start_month and fiscal_start_month[0][0] or 1
|
||||||
mon = ['']
|
mon = ['']
|
||||||
for i in range(fiscal_start_month,13): mon.append(month_list[i-1])
|
for i in range(fiscal_start_month,13): mon.append(month_list[i-1])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user