Changeset 6415 for main/waeup.sirp/trunk/src/waeup
- Timestamp:
- 20 Jun 2011, 00:56:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/interfaces.py
r6413 r6415 47 47 title = u'Batch creator', 48 48 ) 49 batch_prefix = schema.TextLine(49 prefix = schema.TextLine( 50 50 title = u'Batch prefix', 51 51 ) 52 batch_num = schema.Int(52 num = schema.Int( 53 53 title = u'Batch number (1-3 digits)', 54 54 min = 0, max = 999,
Note: See TracChangeset for help on using the changeset viewer.