Add Customer/Object/Employee working - DEBUGGING anchor Errors done
This commit is contained in:
10
main.py
10
main.py
@@ -58,12 +58,12 @@ def initializeProgram():
|
||||
if DbManager().getConnection():
|
||||
db_con = True
|
||||
user = UserManager()
|
||||
# business_model = BusinessModel()
|
||||
business_model = BusinessModel()
|
||||
address_model = AddressModel()
|
||||
# business_type = BTypeModel()
|
||||
# contact_model = ContactModel()
|
||||
# employee_model = EmployeeModel()
|
||||
# object_model = ObjectModel()
|
||||
business_type = BTypeModel()
|
||||
contact_model = ContactModel()
|
||||
employee_model = EmployeeModel()
|
||||
object_model = ObjectModel()
|
||||
publishContext()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user