- Timestamp:
- 1 Dec 2006, 16:43:31 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/ScratchCards.py
r948 r978 61 61 n += 1 62 62 continue 63 p_pins.addRecord(pin=pin['Pin'],serial=n,student="",prefix_batch="%s%s" % (prefix, batch_no)) 63 puid = "".join(pin['Pin'].split('-')) 64 p_pins.addRecord(pin=puid,serial=n,student="",prefix_batch="%s%s" % (prefix, batch_no)) 64 65 n += 1 65 66 dict['no_of_pins'] = n - 1
Note: See TracChangeset for help on using the changeset viewer.