Fixed merge conflict
This commit is contained in:
parent
ee09408dcc
commit
f164203520
@ -33,11 +33,7 @@ def execute(filters=None):
|
|||||||
|
|
||||||
return columns, data, None, chart
|
return columns, data, None, chart
|
||||||
|
|
||||||
<<<<<<< HEAD
|
def get_net_profit_loss(income, expense, period_list, company, currency=None, consolidated=False):
|
||||||
def get_net_profit_loss(income, expense, period_list, company, currency=None):
|
|
||||||
=======
|
|
||||||
def get_net_profit_loss(income, expense, period_list, company, consolidated=False):
|
|
||||||
>>>>>>> Consolidated financial statement (#13678)
|
|
||||||
total = 0
|
total = 0
|
||||||
net_profit_loss = {
|
net_profit_loss = {
|
||||||
"account_name": "'" + _("Profit for the year") + "'",
|
"account_name": "'" + _("Profit for the year") + "'",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user