Ignore:
Timestamp:
5 Sep 2006, 17:12:01 (18 years ago)
Author:
joachim
Message:

added app_ac_date

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py

    r481 r482  
    55return html renderer + psm
    66"""
     7import DateTime
     8current = DateTime.DateTime()
     9
     10
    711type_name = 'StudentApplication'
    812ti = context.portal_types[type_name]
     
    7983da['app_ac_batch_no'] = ds.get('app_ac_batch_no')
    8084da['app_ac_pin'] = ds.get('app_ac_pin')
     85da['app_ac_date'] = current
    8186apdoc.edit(mapping = da)
    8287# now display the passport form with jamb-data readonly
Note: See TracChangeset for help on using the changeset viewer.