mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-02 01:54:19 +00:00
fix: accumulate values for all the fiscal years in Profit And Loss Statement
(cherry picked from commit 6851322361)
This commit is contained in:
@@ -35,7 +35,6 @@ def execute(filters=None):
|
|||||||
filters=filters,
|
filters=filters,
|
||||||
accumulated_values=filters.accumulated_values,
|
accumulated_values=filters.accumulated_values,
|
||||||
ignore_closing_entries=True,
|
ignore_closing_entries=True,
|
||||||
ignore_accumulated_values_for_fy=True,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
expense = get_data(
|
expense = get_data(
|
||||||
@@ -46,7 +45,6 @@ def execute(filters=None):
|
|||||||
filters=filters,
|
filters=filters,
|
||||||
accumulated_values=filters.accumulated_values,
|
accumulated_values=filters.accumulated_values,
|
||||||
ignore_closing_entries=True,
|
ignore_closing_entries=True,
|
||||||
ignore_accumulated_values_for_fy=True,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
net_profit_loss = get_net_profit_loss(
|
net_profit_loss = get_net_profit_loss(
|
||||||
|
|||||||
Reference in New Issue
Block a user