- Timestamp:
- 11 May 2011, 14:33:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_fceokene/getApplicantsStatistics.py
r6046 r6047 22 22 23 23 info = {} 24 res_submitted_ pce= context.applicants_catalog(status = 'submitted', screening_type = 'cest')25 res_submitted_ pce= context.applicants_catalog(status = 'submitted', screening_type = 'sandwich')24 res_submitted_cest = context.applicants_catalog(status = 'submitted', screening_type = 'cest') 25 res_submitted_sandwich = context.applicants_catalog(status = 'submitted', screening_type = 'sandwich') 26 26 res_submitted_pce = context.applicants_catalog(status = 'submitted', screening_type = 'pce') 27 27 res_submitted_prence = context.applicants_catalog(status = 'submitted', screening_type = 'prence')
Note: See TracChangeset for help on using the changeset viewer.