Changeset 2701 for WAeUP_SRP/base/WAeUPTool.py
- Timestamp:
- 18 Nov 2007, 06:55:28 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPTool.py
r2699 r2701 1408 1408 else: 1409 1409 return '', "applicant record with reg_no %s does not exist" % reg_no 1410 1410 1411 1411 ###) 1412 1412 … … 1616 1616 d['Title'] = f2t[pt]['title'] 1617 1617 for field in f2t[pt]['fields']: 1618 d[field] = mapping.get(field,'') 1618 d[field] = mapping.get(field,'').strip() 1619 1619 1620 1620 if pt == "StudentApplication":
Note: See TracChangeset for help on using the changeset viewer.