Changeset 12787
- Timestamp:
- 18 Mar 2015, 11:36:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/payments/payment.py
r12779 r12787 179 179 180 180 181 @attrs_to_fields182 181 class Payment(grok.Model): 183 182 """This is a payment. … … 235 234 notify(grok.ObjectModifiedEvent(self)) 236 235 236 Payment = attrs_to_fields(Payment, omit="amount") 237 237 238 238 239 @attrs_to_fields
Note: See TracChangeset for help on using the changeset viewer.