Changeset 5259 for WAeUP_SRP/trunk/skins/waeup_statistics
- Timestamp:
- 9 Jul 2010, 19:33:37 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_statistics/getApplicantsStatistics.py
r5187 r5259 23 23 info = {} 24 24 res_submitted_pume = context.applicants_catalog(status = 'submitted', screening_type = 'pume') 25 res_submitted_pume2 = context.applicants_catalog(status = 'submitted', screening_type = 'pume2') 25 26 res_submitted_cest = context.applicants_catalog(status = 'submitted', screening_type = 'cest') 26 27 res_submitted_sandwich = context.applicants_catalog(status = 'submitted', screening_type = 'sandwich') … … 32 33 33 34 info['submitted_pume'] = len(res_submitted_pume) 35 info['submitted_pume2'] = len(res_submitted_pume2) 34 36 info['submitted_cest'] = len(res_submitted_cest) 35 37 info['submitted_sandwich'] = len(res_submitted_sandwich)
Note: See TracChangeset for help on using the changeset viewer.