mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 08:02:51 +00:00
removed unnecessary imports
This commit is contained in:
@@ -30,8 +30,7 @@ else:
|
||||
if from_date != "" and to_date != "":
|
||||
get_obj('MIS Control').dates(from_fiscal_year,from_date,to_date) # validate dates (i.e. dates should be between particular fiscal year)
|
||||
|
||||
# Add columns based on from and to fiscal year
|
||||
# --------------------------------------------------------------------------------------------------
|
||||
# Add columns based on from and to fiscal year---------
|
||||
columns = []
|
||||
columns.append(['ID','Data','150px',''])
|
||||
columns.append(['Description','Data','150px',''])
|
||||
|
||||
Reference in New Issue
Block a user