Ignore:
Timestamp:
9 Jul 2010, 19:33:37 (14 years ago)
Author:
Henrik Bettermann
Message:

add pume2 counter

File:
1 edited

Legend:

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

    r5187 r5259  
    2323info = {}
    2424res_submitted_pume = context.applicants_catalog(status = 'submitted', screening_type = 'pume')
     25res_submitted_pume2 = context.applicants_catalog(status = 'submitted', screening_type = 'pume2')
    2526res_submitted_cest = context.applicants_catalog(status = 'submitted', screening_type = 'cest')
    2627res_submitted_sandwich = context.applicants_catalog(status = 'submitted', screening_type = 'sandwich')
     
    3233
    3334info['submitted_pume'] = len(res_submitted_pume)
     35info['submitted_pume2'] = len(res_submitted_pume2)
    3436info['submitted_cest'] = len(res_submitted_cest)
    3537info['submitted_sandwich'] = len(res_submitted_sandwich)
Note: See TracChangeset for help on using the changeset viewer.