mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 03:04:34 +00:00
fix: Remove print
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user