Ignore:
Timestamp:
27 Apr 2012, 10:54:30 (12 years ago)
Author:
Henrik Bettermann
Message:

Add late registration fee for students in session <11.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_uniben/pay_etranzact.py

    r8028 r8296  
    5353elif returning:
    5454    amount = info['amount'] = fee_dict['returning']
     55
     56if int(student_record.session) < 11:
     57    amount_int = int(amount)
     58    info['amount'] = '%d' % (amount_int + 5000)
     59
    5560info['surcharge'] = '0'  # Uniben doesn't show the surcharge on the slip
    5661info['payment_possible'] = True
Note: See TracChangeset for help on using the changeset viewer.