bugfix
This commit is contained in:
parent
b2bb281559
commit
0761c9d643
@ -32,6 +32,7 @@ from platformbiz.init import load_platformbiz
|
||||
from product_management.init import load_product_management
|
||||
from supplychain.init import load_supplychain
|
||||
from accounting.init import load_accounting
|
||||
from bugfix.init import load_bugfix
|
||||
from smssend import load_smssend
|
||||
from ext import *
|
||||
from rf import *
|
||||
@ -63,6 +64,7 @@ def init():
|
||||
load_smssend()
|
||||
load_dashboard_for_sage()
|
||||
load_reallife_asset()
|
||||
load_bugfix()
|
||||
|
||||
if __name__ == '__main__':
|
||||
webapp(init)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user