Moved the period parser from the accounting application to the Mia core application.

This commit is contained in:
2020-07-08 07:20:08 +08:00
parent d047be7ba9
commit 6da65f00ba
2 changed files with 7 additions and 6 deletions

View File

@ -29,7 +29,7 @@ from django.views import generic
from django.views.decorators.http import require_GET
from accounting.models import Record
from accounting.utils import PeriodParser
from mia_core.period import PeriodParser
from mia import settings
from mia_core.digest_auth import digest_login_required
from mia_core.utils import UrlBuilder, Pagination, \