Changeset 6415 for main/waeup.sirp/trunk


Ignore:
Timestamp:
20 Jun 2011, 00:56:13 (13 years ago)
Author:
uli
Message:

Rename two attributes from BatchContainer? that were never implemented!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/interfaces.py

    r6413 r6415  
    4747        title = u'Batch creator',
    4848        )
    49     batch_prefix = schema.TextLine(
     49    prefix = schema.TextLine(
    5050        title = u'Batch prefix',
    5151        )
    52     batch_num = schema.Int(
     52    num = schema.Int(
    5353        title = u'Batch number (1-3 digits)',
    5454        min = 0, max = 999,
Note: See TracChangeset for help on using the changeset viewer.