Ignore:
Timestamp:
25 Oct 2011, 19:42:31 (13 years ago)
Author:
Henrik Bettermann
Message:

Add clearance fee and to session configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/students/utils.py

    r6926 r6950  
    2323    elif category == 'hostel_maintenance':
    2424        amount = academic_session.hostelmaintenance
     25    elif category == 'clearance':
     26        p_item = student['studycourse'].certificate.code
     27        amount = academic_session.clearance
    2528    elif category == 'schoolfee':
    2629        surcharge_1 = academic_session.surcharge_1
Note: See TracChangeset for help on using the changeset viewer.