Changeset 2144


Ignore:
Timestamp:
22 Aug 2007, 08:56:12 (17 years ago)
Author:
Henrik Bettermann
Message:

generates applicants statistics

Location:
WAeUP_SRP/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Widgets.py

    r2142 r2144  
    13981398                        d['reg_no'] = applicant.reg_no
    13991399                        d['pin'] = pin_str
     1400                        d['status'] = 'entered'
    14001401                        getattr(self,self.catalog).modifyRecord(**d)
    14011402                    elif applicant.pin != pin_str:
Note: See TracChangeset for help on using the changeset viewer.