Renamed "total revenue" to "total operating revenue".
This commit is contained in:
parent
3ed8d7f1d2
commit
43fc4b9b8d
@ -234,7 +234,7 @@ class IncomeStatement(BaseReport):
|
||||
for x in balances})).all()
|
||||
|
||||
total_titles: dict[str, str] \
|
||||
= {"4": gettext("total revenue"),
|
||||
= {"4": gettext("total operating revenue"),
|
||||
"5": gettext("gross income"),
|
||||
"6": gettext("operating income"),
|
||||
"7": gettext("before tax income"),
|
||||
|
Loading…
Reference in New Issue
Block a user