bugfix
This commit is contained in:
parent
cf815c5f34
commit
ef67f833f3
@ -7,7 +7,6 @@ from .accounting_config import Accounting
|
||||
from .bill import write_bill
|
||||
from .openaccount import openOwnerAccounts, openProviderAccounts, openResellerAccounts, openCustomerAccounts, openRetailRelationshipAccounts
|
||||
from .getaccount import getAccountBalance, getCustomerBalance, getAccountByName, get_account_total_amount
|
||||
from .bizaccount import BizAccounting
|
||||
from .recharge import RechargeBiz, recharge_accounting
|
||||
from .consume import consume_accounting
|
||||
|
||||
@ -74,7 +73,6 @@ def load_accounting():
|
||||
g.getCustomerBalance = getCustomerBalance
|
||||
g.getAccountByName = getAccountByName
|
||||
g.get_account_total_amount = get_account_total_amount
|
||||
g.BizAccounting = BizAccounting
|
||||
g.recharge_accounting = recharge_accounting
|
||||
g.get_accdetail = get_accdetail
|
||||
g.all_my_accounts = all_my_accounts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user