More tweaks for CORE <-> Rattail member sync
This commit is contained in:
parent
788efbd114
commit
3cef682a75
3 changed files with 16 additions and 11 deletions
|
@ -132,6 +132,9 @@ class CoreCustomerShopper(model.Base):
|
|||
cascade='all, delete-orphan',
|
||||
cascade_backrefs=False))
|
||||
|
||||
# please note, there is *not* a unique constraint on this field.
|
||||
# that is intentional, for now, to give some breathing room for
|
||||
# testing etc.
|
||||
corepos_customer_id = sa.Column(sa.Integer(), nullable=True, doc="""
|
||||
``Customers.customerID`` value for this shopper, within CORE-POS.
|
||||
""")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue