mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
fix: Gross and net profit report fix
This commit is contained in:
@@ -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 = [], []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user