mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
removed unnecessary imports
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
# add expense head columns
|
||||
from __future__ import unicode_literals
|
||||
from webnotes.utils import flt, cint, cstr
|
||||
from webnotes.utils import flt
|
||||
|
||||
expense_acc = [c[0] for c in sql("""select distinct expense_head
|
||||
from `tabPurchase Invoice Item`
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
# add additional columns
|
||||
from __future__ import unicode_literals
|
||||
from webnotes.utils import flt, cint, cstr
|
||||
from webnotes.utils import flt
|
||||
|
||||
cl = [c[0] for c in sql("""select distinct account_head
|
||||
from `tabSales Taxes and Charges`
|
||||
|
||||
@@ -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