Changeset 3887 for WAeUP_SRP/trunk


Ignore:
Timestamp:
28 Jan 2009, 12:44:23 (16 years ago)
Author:
Henrik Bettermann
Message:

resolve #604

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/apply_admission_manage_form.pt

    r3709 r3887  
    6464          <h3>Application Record <span tal:replace="reg_no"/>
    6565            <tal:block condition="python: ds['screening_type'] == 'cest' and ccode">
    66                 (<span tal:replace="python:'%s%s/07' % (ccode[:3],serial)" />)
     66                (<span tal:replace="python:'%s%s/%s' % (ccode[:3],serial,context.getSessionId()[0])" />)
    6767            </tal:block>
    6868          </h3>
  • WAeUP_SRP/trunk/skins/waeup_student/apply_admission_slip.pt

    r3223 r3887  
    99           ccode options/ds/course1|nothing;
    1010           ccode python:ccode[:3];
    11            app_no string:${ccode}${serial}/07;
     11           session_id python:context.getSessionId()[0];
     12           app_no string:${ccode}${serial}/${session_id};
    1213           screening_type options/ds/screening_type;
    1314           with_app_no python: screening_type in ('cest','sandwich');   
Note: See TracChangeset for help on using the changeset viewer.