Add some common email profiles, for importer diff warnings

This commit is contained in:
Lance Edgar 2020-09-19 14:03:54 -05:00
parent ded09c719c
commit deec1cd929
2 changed files with 44 additions and 1 deletions

View file

@ -42,7 +42,7 @@ class FromCOREPOSToRattail(importing.FromSQLAlchemyHandler, importing.ToRattailH
@property
def host_title(self):
return "CORE POS (DB/{})".format(self.corepos_dbkey)
return "CORE-POS (DB/{})".format(self.corepos_dbkey)
def make_host_session(self):
return CoreSession(bind=self.config.corepos_engines[self.corepos_dbkey])