Ignore:
Timestamp:
28 Jun 2015, 05:05:46 (9 years ago)
Author:
Henrik Bettermann
Message:

Remove clearance_locked.

Location:
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/interfaces.py

    r12972 r13109  
    7373        )
    7474
    75     clearance_locked = schema.Bool(
    76         title = _(u'Clearance form locked'),
    77         default = False,
    78         required = False,
    79         )
    80 
    8175    clr_code = schema.TextLine(
    8276        title = _(u'CLR Activation Code'),
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/tests/test_export.py

    r13013 r13109  
    6565        result = open(self.outfile, 'rb').read()
    6666        self.assertMatches(
    67             'adm_code,alr_date,alr_fname,alr_no,alr_results,clearance_locked,'
     67            'adm_code,alr_date,alr_fname,alr_no,alr_results,'
    6868            'clr_code,date_of_birth,def_adm,disabled,email,emp2_end,'
    6969            'emp2_position,emp2_reason,emp2_start,emp_end,emp_position,'
     
    8181            'suspended,suspended_comment,password,state,history,certcode,is_postgrad,'
    8282            'current_level,current_session\r\nmy adm code,,,,'
    83             '"[(\'accounts\', \'A\')]",0,my clr code,1981-02-04#,,,'
     83            '"[(\'accounts\', \'A\')]",my clr code,1981-02-04#,,,'
    8484            'anna@sample.com,,,,,,,,,,,Anna,,,,,"[(\'accounts\', \'A\')]"'
    8585            ',,,,,,,,,,,,,,,,Tester,,,234,M.,NG,,,,,,,,,'
Note: See TracChangeset for help on using the changeset viewer.