Changeset 5188


Ignore:
Timestamp:
10 May 2010, 19:36:47 (15 years ago)
Author:
Henrik Bettermann
Message:

use Uniben specific registration numbers for dp, ct and pt applicants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTool.py

    r5183 r5188  
    958958
    959959        try:
    960             if brain.screening_type in ('cest','sandwich','sandwich2008') and brain.serial and brain.entry_session:
     960            if brain.screening_type in ('dp','pt','ct','cest','sandwich','sandwich2008') and brain.serial and brain.entry_session:
    961961                if brain.course1:
    962962                    reg_no = "%s%s/%s" % (brain.course1[:3],brain.serial,brain.entry_session)
Note: See TracChangeset for help on using the changeset viewer.