Changeset 2701


Ignore:
Timestamp:
18 Nov 2007, 06:55:28 (17 years ago)
Author:
Henrik Bettermann
Message:

resolve ticket #404

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPTool.py

    r2699 r2701  
    14081408        else:
    14091409            return '', "applicant record with reg_no %s does not exist" % reg_no
    1410        
     1410
    14111411    ###)
    14121412
     
    16161616            d['Title'] = f2t[pt]['title']
    16171617            for field in f2t[pt]['fields']:
    1618                 d[field] = mapping.get(field,'')
     1618                d[field] = mapping.get(field,'').strip()
    16191619
    16201620            if pt == "StudentApplication":
Note: See TracChangeset for help on using the changeset viewer.