Add some common email profiles, for importer diff warnings
This commit is contained in:
parent
ded09c719c
commit
deec1cd929
2 changed files with 44 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue