Shortened the name of the "accounting.report.utils.income_expenses_account" module to "accounting.report.utils.ie_account".
This commit is contained in:
@ -30,7 +30,7 @@ from accounting.locale import gettext
|
||||
from accounting.models import Currency, Account
|
||||
from accounting.report.period import Period, get_period
|
||||
from accounting.template_globals import default_currency_code
|
||||
from .income_expense_account import IncomeExpensesAccount
|
||||
from .ie_account import IncomeExpensesAccount
|
||||
from .option_link import OptionLink
|
||||
from .report_type import ReportType
|
||||
from .urls import journal_url, ledger_url, income_expenses_url, \
|
||||
|
Reference in New Issue
Block a user