Moved the "accounting.option.options" module to "accounting.utils.options", because it is meant to shared by other submodules.

This commit is contained in:
2023-03-22 19:47:24 +08:00
parent e2a4340f2a
commit c885c08c37
7 changed files with 6 additions and 7 deletions

View File

@ -20,10 +20,10 @@
from flask import url_for
from accounting.models import Currency, Account
from accounting.option.options import options
from accounting.report.period import Period
from accounting.template_globals import default_currency_code
from accounting.utils.current_account import CurrentAccount
from accounting.utils.options import options
def journal_url(period: Period) \