Ignore:
Timestamp:
11 May 2007, 11:37:16 (18 years ago)
Author:
Henrik Bettermann
Message:

import LGA as string
and other fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/pay_by_sc.py

    r1765 r1771  
    9292    payment.getContent().edit(mapping=info)
    9393    wftool.doActionFor(payment,'close')
    94     if next_session == context.getSessionId()[2:]:
     94    if next_session == context.getSessionId()[-2:]:
    9595        wftool.doActionFor(student,'pay_school_fee')
    9696    else:
Note: See TracChangeset for help on using the changeset viewer.