Fixed (more) lingering issues from Vendor.contacts
mapping tweak.
This commit is contained in:
parent
6fd13b19e5
commit
9d49f75e86
|
@ -533,7 +533,9 @@ Vendor._contact = relationship(
|
||||||
uselist=False,
|
uselist=False,
|
||||||
viewonly=True)
|
viewonly=True)
|
||||||
|
|
||||||
Vendor.contact = association_proxy('_contact', 'person')
|
Vendor.contact = association_proxy(
|
||||||
|
'_contact', 'person',
|
||||||
|
getset_factory=getset_factory)
|
||||||
|
|
||||||
|
|
||||||
class ProductCost(Base):
|
class ProductCost(Base):
|
||||||
|
|
Loading…
Reference in a new issue