Changeset 2832 for WAeUP_SRP/base/skins


Ignore:
Timestamp:
30 Nov 2007, 15:29:09 (17 years ago)
Author:
Henrik Bettermann
Message:

fixed

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

Legend:

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

    r2811 r2832  
    5656          <h3>Application Record <span tal:replace="reg_no"/>
    5757            <tal:block condition="python: ds['screening_type'] == 'cest' and ccode">
    58                 (<span tal:replace="python:'%s%s/07' % (ccode[:2],serial)" />)
     58                (<span tal:replace="python:'%s%s/07' % (ccode[:3],serial)" />)
    5959            </tal:block>
    6060          </h3>
  • WAeUP_SRP/base/skins/waeup_student/apply_admission_slip.pt

    r2802 r2832  
    88           serial options/ds/serial|nothing;
    99           ccode options/ds/course1|nothing;
    10            ccode python:ccode[:2];
     10           ccode python:ccode[:3];
    1111           app_no string:${ccode}${serial}/07;
    1212           screening_type options/ds/screening_type;
Note: See TracChangeset for help on using the changeset viewer.