Ignore:
Timestamp:
7 May 2012, 06:40:39 (12 years ago)
Author:
Henrik Bettermann
Message:

Customize batchin.

Show year in FormattedDate? input fields.

Export container_code.

Location:
main/waeup.uniben/trunk/src/waeup/uniben/applicants
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/export.py

    r8196 r8378  
    3131        IPGApplicant.names() +
    3232        IApplicantBaseData.names()
    33         )))
     33        ))) + ('container_code',)
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py

    r8247 r8378  
    156156        required = False,
    157157        readonly = False,
     158        show_year = True,
    158159        )
    159160    emp_end = FormattedDate(
     
    161162        required = False,
    162163        readonly = False,
     164        show_year = True,
    163165        )
    164166    emp_reason = schema.TextLine(
     
    181183        required = False,
    182184        readonly = False,
     185        show_year = True,
    183186        )
    184187    emp2_end = FormattedDate(
     
    186189        required = False,
    187190        readonly = False,
     191        show_year = True,
    188192        )
    189193    emp2_reason = schema.TextLine(
Note: See TracChangeset for help on using the changeset viewer.