Ignore:
Timestamp:
2 Dec 2015, 17:24:38 (9 years ago)
Author:
Henrik Bettermann
Message:

Take post grad fees into consideration.

File:
1 edited

Legend:

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

    r13512 r13526  
    160160                # acceptance fee
    161161                amount = academic_session.clearance_fee_med
     162            elif student.is_postgrad:
     163                amount = academic_session.clearance_fee_pg
    162164            else:
    163165                amount = academic_session.clearance_fee
     
    190192                         "are allowed to pay by instalments."), None
    191193            elif student.state == RETURNING:
     194                if student.is_postgrad and category == 'schoolfee_incl':
     195                    return _("No additional fees required."), None
    192196                if not student.father_name:
    193197                    return _("Personal data form is not properly filled."), None
Note: See TracChangeset for help on using the changeset viewer.