fix: Remove print
This commit is contained in:
parent
0a6450115f
commit
8113294d6e
@ -14,7 +14,6 @@ def get_data_column(filters, partner_doctype):
|
||||
period_list = get_period_list(filters.fiscal_year, filters.fiscal_year, '', '',
|
||||
'Fiscal Year', filters.period, company=filters.company)
|
||||
|
||||
print(period_list)
|
||||
rows = get_data(filters, period_list, partner_doctype)
|
||||
columns = get_columns(filters, period_list, partner_doctype)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user