Changeset 4243 for WAeUP_SRP


Ignore:
Timestamp:
10 Jun 2009, 10:47:51 (15 years ago)
Author:
Henrik Bettermann
Message:

resolve ticket a comment in #635

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Widgets.py

    r4202 r4243  
    856856        else:
    857857            screening_type = 'all'
    858         if screening_type in ("all","cest","sandwich","pg","dp"):
     858        if screening_type in ("all","sandwich","pg"):
    859859            application_category = screening_type
     860        elif screening_type in ("cest","dp","ct","pt"):
     861            application_category = "cest"
    860862        else:
    861863            application_category = "basic"
Note: See TracChangeset for help on using the changeset viewer.