Changeset 6047 for WAeUP_SRP/trunk


Ignore:
Timestamp:
11 May 2011, 14:33:03 (13 years ago)
Author:
Henrik Bettermann
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_fceokene/getApplicantsStatistics.py

    r6046 r6047  
    2222
    2323info = {}
    24 res_submitted_pce = context.applicants_catalog(status = 'submitted', screening_type = 'cest')
    25 res_submitted_pce = context.applicants_catalog(status = 'submitted', screening_type = 'sandwich')
     24res_submitted_cest = context.applicants_catalog(status = 'submitted', screening_type = 'cest')
     25res_submitted_sandwich = context.applicants_catalog(status = 'submitted', screening_type = 'sandwich')
    2626res_submitted_pce = context.applicants_catalog(status = 'submitted', screening_type = 'pce')
    2727res_submitted_prence = context.applicants_catalog(status = 'submitted', screening_type = 'prence')
Note: See TracChangeset for help on using the changeset viewer.