Moved the "accounting.reports.period" and "accounting.reports.income_expense_account" utility modules into the "accounting.reports.utils" module.
This commit is contained in:
@ -25,7 +25,7 @@ from io import StringIO
|
||||
|
||||
from flask import Response
|
||||
|
||||
from accounting.report.period import Period
|
||||
from .period import Period
|
||||
|
||||
|
||||
class BaseCSVRow(ABC):
|
||||
|
Reference in New Issue
Block a user