Changeset 7623 for main/waeup.sirp/trunk/src/waeup/sirp/payments
- Timestamp:
- 10 Feb 2012, 12:08:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/payments/interfaces.py
r7321 r7623 55 55 creation_date = schema.Datetime( 56 56 title = u'Ticket Creation Date', 57 readonly = True,57 readonly = False, 58 58 ) 59 59 … … 129 129 ) 130 130 131 r_desc = schema.TextLine( 132 title = u'Response Description', 133 default = None, 134 required = False, 135 readonly = False, 136 ) 137 138 r_pay_reference = schema.TextLine( 139 title = u'Response Payment Reference', 140 default = None, 141 required = False, 142 readonly = False, 143 ) 144 131 145 r_code = schema.TextLine( 132 146 title = u'Response Code',
Note: See TracChangeset for help on using the changeset viewer.