Ignore:
Timestamp:
6 Nov 2006, 14:22:15 (18 years ago)
Author:
joachim
Message:

check admission added,
several modifications to getStudentInfo,
request_clearance not yet implemented.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py

    r770 r785  
    6060                da['app_ac_date'] = current
    6161                app_doc.edit(mapping = da)
    62                 dc = {}
    63                 dc['clr_ac_pin'] = pin
    64                 dc['entry_date'] = current
    65                 dc['session'] = "%s" % current.year()
    66                 dc['lga'] = app_doc.jamb_lga
    67                 info['clear_doc'].edit(mapping = dc)
     62##                dc = {}
     63##                dc['clr_ac_pin'] = pin
     64##                dc['entry_date'] = current
     65##                dc['session'] = "%s" % current.year()
     66##                dc['lga'] = app_doc.jamb_lga
     67##                info['clear_doc'].edit(mapping = dc)
    6868        elif "Manager" in member.getRoles():
    6969            pass
Note: See TracChangeset for help on using the changeset viewer.