Ignore:
Timestamp:
16 May 2011, 08:22:14 (13 years ago)
Author:
Henrik Bettermann
Message:

Add attribute 'ac_prefix' to ApplicantsContainer? to preselect ac batches. Use this ac_prefix in loginapplicant.pt.

File:
1 edited

Legend:

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

    r6109 r6110  
    195195        readonly = True,
    196196        )
     197       
     198    ac_prefix = schema.Choice(
     199        title = u'Access code prefix',
     200        required = True,
     201        default = None,
     202        values = ['APP','CEST','PUME','PUDE'],
     203        )
    197204
    198205    description = schema.Text(
Note: See TracChangeset for help on using the changeset viewer.