diff --git a/theo/web/app.py b/theo/web/app.py index b9180ee..5f6e3bb 100644 --- a/theo/web/app.py +++ b/theo/web/app.py @@ -58,8 +58,9 @@ def main(global_config, **settings): # CORE-POS DB(s) if integrate_corepos(rattail_config): - from tailbone_corepos.db import CoreOfficeSession + from tailbone_corepos.db import CoreOfficeSession, CoreTransSession CoreOfficeSession.configure(bind=rattail_config.corepos_engine) + CoreTransSession.configure(bind=rattail_config.coretrans_engine) # Catapult DB(s) if integrate_catapult(rattail_config):