Changeset 4243
- Timestamp:
- 10 Jun 2009, 10:47:51 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Widgets.py
r4202 r4243 856 856 else: 857 857 screening_type = 'all' 858 if screening_type in ("all"," cest","sandwich","pg","dp"):858 if screening_type in ("all","sandwich","pg"): 859 859 application_category = screening_type 860 elif screening_type in ("cest","dp","ct","pt"): 861 application_category = "cest" 860 862 else: 861 863 application_category = "basic"
Note: See TracChangeset for help on using the changeset viewer.