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
@ -24,7 +24,7 @@ from werkzeug.routing import BaseConverter
|
||||
|
||||
from accounting.models import Account
|
||||
from .period import Period, get_period
|
||||
from .utils.income_expense_account import IncomeExpensesAccount
|
||||
from .utils.ie_account import IncomeExpensesAccount
|
||||
|
||||
|
||||
class PeriodConverter(BaseConverter):
|
||||
|
Reference in New Issue
Block a user