Ignore:
Timestamp:
21 Feb 2007, 16:53:14 (18 years ago)
Author:
joachim
Message:

modified personal_edit and waeup_edit
documentation changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_edit.py

    r1435 r1456  
    7777        phone = ds.get('phone')
    7878        student_id = context.getStudentId()
    79         app_doc = context.application.getContent()
    80         jamb_sex = 'M'
    81         if ds.get('sex'):
    82             jamb_sex = 'F'
    83            
     79        #app_doc = context.application.getContent()
     80        #jamb_sex = 'M'
     81        #if ds.get('sex'):
     82        #    jamb_sex = 'F'
    8483        # originally imported data must be kept; app_doc should not be changed here 
    8584        #app_doc.edit(mapping={'jamb_lastname': name,
    8685        #                      'jamb_sex': jamb_sex
    8786        #                      })
    88        
    8987        context.students_catalog.modifyRecord(id = student_id,
    9088                                              name = name,
Note: See TracChangeset for help on using the changeset viewer.