Changeset 9479 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 31 Oct 2012, 06:20:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py
r9467 r9479 738 738 elif len(p_id.split('-')) == 3: 739 739 # 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): 741 741 errs.append(('p_id','invalid pin')) 742 742 return errs, inv_errs, conv_dict
Note: See TracChangeset for help on using the changeset viewer.