Changeset 2548 for WAeUP_SRP/base


Ignore:
Timestamp:
6 Nov 2007, 11:49:50 (17 years ago)
Author:
Henrik Bettermann
Message:

application statistics customized (in custom)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPTool.py

    r2547 r2548  
    12281228            self.applicants_catalog.addRecord(**mapping)
    12291229        except ValueError:
    1230             return '', "arecord already exists: %s" % reg_no
     1230            return '', "applicant record with reg_no %s already exists" % reg_no
    12311231        return reg_no,''
    12321232    ###)
     
    12391239            self.applicants_catalog.modifyRecord(**mapping)
    12401240        except KeyError:
    1241             return '', "record with reg_no %s does not exist" % reg_no
     1241            return '', "applicant record with reg_no %s does not exist" % reg_no
    12421242        return reg_no,''
    12431243    ###)
Note: See TracChangeset for help on using the changeset viewer.