fix: Gross and net profit report fix

This commit is contained in:
Deepesh Garg
2020-05-08 19:45:57 +05:30
parent 58f02e7c10
commit 8d9f86f781

View File

@@ -9,8 +9,8 @@ from erpnext.accounts.report.financial_statements import (get_period_list, get_c
import copy import copy
def execute(filters=None): def execute(filters=None):
period_list = get_period_list(filters.from_fiscal_year, filters.to_fiscal_year, period_list = get_period_list(filters.from_fiscal_year, filters.to_fiscal_year, '', '',
filters.periodicity, filters.accumulated_values, filters.company) 'Fiscal Year', filters.periodicity, filters.accumulated_values, filters.company)
columns, data = [], [] columns, data = [], []