Ignore:
Timestamp:
11 Mar 2008, 21:31:39 (17 years ago)
Author:
Henrik Bettermann
Message:

Store application pin in application object, otherwise the old registration number would be lost for CEST and Sandwich students. These students are admitted with a constructed registration number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPTool.py

    r3320 r3321  
    936936        da['jamb_sex'] = sex
    937937        da['jamb_age'] = brain.jamb_age
    938         #da['app_ac_pin'] = brain.pin
     938        da['app_reg_pin'] = brain.pin
    939939        da['jamb_lga'] = brain.jamb_lga
    940940        da['jamb_state'] = brain.jamb_state
Note: See TracChangeset for help on using the changeset viewer.