Moved the "accounting.option.options" module to "accounting.utils.options", because it is meant to shared by other submodules.
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
|
||||
"""
|
||||
from accounting.models import Currency
|
||||
from accounting.option.options import options
|
||||
from accounting.utils.options import options
|
||||
|
||||
|
||||
def currency_options() -> str:
|
||||
|
Reference in New Issue
Block a user