Ignore:
Timestamp:
19 Aug 2019, 13:26:11 (5 years ago)
Author:
Henrik Bettermann
Message:

1..99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py

    r15551 r15552  
    328328    container_number = schema.Choice(
    329329        title = _(u'Container Number'),
    330         values = range(0,99),
     330        values = range(1,100),
    331331        description = _(u'If set, this number will be added to the container '
    332332                         'prefix (e.g. app3). If not set, the year of entrance will be '
Note: See TracChangeset for help on using the changeset viewer.