Add 2-way sync for basic Member data, CORE <-> Rattail
This commit is contained in:
parent
9dbdb81f07
commit
8917316a21
5 changed files with 158 additions and 14 deletions
|
@ -73,6 +73,8 @@ class FromCOREAPIToRattail(NewDataSyncImportConsumer):
|
|||
for person in people:
|
||||
self.process_change(session, self.importers['Person'],
|
||||
host_object=person)
|
||||
self.process_change(session, self.importers['Member'],
|
||||
host_object=member)
|
||||
|
||||
# process all remaining supported models with typical logic
|
||||
types = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue