- Timestamp:
- 16 Mar 2015, 11:26:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/payments/interfaces.py
r12749 r12773 209 209 """Something to sell. 210 210 """ 211 item_id = schema.TextLine(212 title=u'Payment Item ID',213 required=True,214 )215 216 211 title = schema.TextLine( 217 212 title=u'Title', … … 269 264 schema=IPaymentItem, 270 265 ), 271 required= False,266 required=True, 272 267 default=(), 273 readonly= True,268 readonly=False, 274 269 ) 275 270
Note: See TracChangeset for help on using the changeset viewer.