Moved the "accounting.journal_entry.utils.offset_alias" module to "accounting.utils.offset_alias".

This commit is contained in:
2023-04-08 07:42:30 +08:00
parent 71a20cba29
commit 5af6fd9619
5 changed files with 4 additions and 5 deletions

View File

@ -19,9 +19,9 @@
"""
import sqlalchemy as sa
from accounting.journal_entry.utils.offset_alias import offset_alias
from accounting.models import Account, JournalEntryLineItem
from accounting.utils.cast import be
from accounting.utils.offset_alias import offset_alias
def get_accounts_with_unapplied() -> list[Account]: