Ignore:
Timestamp:
31 Oct 2012, 06:20:59 (12 years ago)
Author:
Henrik Bettermann
Message:

In 2006 we had shorter pins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py

    r9467 r9479  
    738738        elif len(p_id.split('-')) == 3:
    739739            # The SRP used either pins as keys ...
    740             if len(p_id.split('-')[2]) != 10:
     740            if len(p_id.split('-')[2]) not in (9, 10):
    741741                errs.append(('p_id','invalid pin'))
    742742                return errs, inv_errs, conv_dict
Note: See TracChangeset for help on using the changeset viewer.