Removed an unused import from the views in the accounting application.
This commit is contained in:
parent
610c0f5a00
commit
26fceca653
@ -41,7 +41,7 @@ from mia_core.status import success_redirect, error_redirect
|
|||||||
from mia_core.utils import Pagination, get_multi_lingual_search, UrlBuilder, \
|
from mia_core.utils import Pagination, get_multi_lingual_search, UrlBuilder, \
|
||||||
strip_form, new_pk, PaginationException
|
strip_form, new_pk, PaginationException
|
||||||
from .models import Record, Transaction, Account
|
from .models import Record, Transaction, Account
|
||||||
from .utils import ReportUrl, get_cash_accounts, get_ledger_accounts, \
|
from .utils import get_cash_accounts, get_ledger_accounts, \
|
||||||
find_imbalanced, find_order_holes, fill_txn_from_post, \
|
find_imbalanced, find_order_holes, fill_txn_from_post, \
|
||||||
sort_post_txn_records, make_txn_form_from_status, \
|
sort_post_txn_records, make_txn_form_from_status, \
|
||||||
make_txn_form_from_model, make_txn_form_from_post, MonthlySummary, \
|
make_txn_form_from_model, make_txn_form_from_post, MonthlySummary, \
|
||||||
|
Loading…
Reference in New Issue
Block a user