Ignore:
Timestamp:
16 Nov 2009, 10:47:37 (15 years ago)
Author:
Henrik Bettermann
Message:

avoid empty registration number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTool.py

    r4539 r4548  
    955955
    956956        try:
    957             if brain.screening_type in ('cest','sandwich',):
     957            if brain.screening_type in ('cest','sandwich',) and brain.serial and brain.entry_session:
    958958                if brain.course1:
    959959                    reg_no = "%s%s/%s" % (brain.course1[:3],brain.serial,brain.entry_session)
Note: See TracChangeset for help on using the changeset viewer.