Ignore:
Timestamp:
17 Aug 2008, 07:47:00 (16 years ago)
Author:
Henrik Bettermann
Message:

sw students pay less maint. fee

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/fceokene/waeup_custom/getInterswitchParams.py

    r3622 r3625  
    55##bind script=script
    66##bind subpath=traverse_subpath
    7 ##parameters=paytype,student,payment_id
     7##parameters=paytype,student,payment_id,student_record
    88##title=
    99##
    1010# $Id$
     11
    1112
    1213test = ""
     
    3233    d['type_description'] = 'Hostel Maintenance Fee'
    3334    d['pay_item_name'] = "FCE Okene %(type_description)s" % d
    34     d['amount'] = '2500'
     35    if student_record.mode.endswith('_sw'):
     36        d['amount'] = '2500'
     37    else:
     38        d['amount'] = '4000'
    3539    d['category'] = 'hostel_maintenance'
    3640    d['item'] = paytype
Note: See TracChangeset for help on using the changeset viewer.