Changeset - 170e99cb79c9
[Not reviewed]
0 1 0
Lance Edgar (lance) - 12 years ago 2012-09-24 17:37:14
lance@edbob.org
add Vendor.special_discount
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rattail/db/extension/model.py
Show inline comments
 
@@ -432,6 +432,7 @@ class Vendor(Base):
 
    uuid = uuid_column()
 
    id = Column(String(15))
 
    name = Column(String(40))
 
    special_discount = Column(Numeric(5,3))
 

	
 
    contacts = relationship(VendorContact, backref='vendor',
 
                            collection_class=ordering_list('preference', count_from=1),
0 comments (0 inline, 0 general)