Ignore:
Timestamp:
2 Jan 2007, 10:17:31 (18 years ago)
Author:
joachim
Message:

added email and phone to application

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTool.py

    r1171 r1173  
    187187            lga = "None"
    188188        dc['lga'] = lga
    189         dp['email'] = email
    190         dp['phone'] = phone_nr
     189        da['app_email'] = dp['email'] = email
     190        da['app_mobile'] = dp['phone'] = phone_nr
    191191        dp['firstname'] = student.Firstname
    192192        dp['middlename'] = student.Middlename
Note: See TracChangeset for help on using the changeset viewer.