Shortened the name of the "accounting.report.utils.income_expenses_account" module to "accounting.report.utils.ie_account".
This commit is contained in:
src/accounting/report
@ -22,8 +22,7 @@ from flask import url_for
|
||||
from accounting.models import Currency, Account
|
||||
from accounting.report.period import Period
|
||||
from accounting.template_globals import default_currency_code
|
||||
from .income_expense_account import IncomeExpensesAccount, \
|
||||
default_io_account_code
|
||||
from .ie_account import IncomeExpensesAccount, default_io_account_code
|
||||
|
||||
|
||||
def journal_url(period: Period) \
|
||||
|
Reference in New Issue
Block a user