Ignore:
Timestamp:
4 Oct 2017, 07:36:06 (7 years ago)
Author:
Henrik Bettermann
Message:

Postgrad students are alway in state 'school fee paid'.

File:
1 edited

Legend:

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

    r14857 r14858  
    310310                    else:
    311311                        amount = getattr(certificate, 'school_fee_1', 0.0)
    312                 elif False:
    313                 # diabled on 02/10/2017, see ticket 1108
    314                 #elif student.state in (PAID, REGISTERED, VALIDATED):
     312                elif student.state == PAID and student.is_postgrad:
    315313                    p_session += 1
    316                     # We don't know which level the student is paying for.
    317                     p_level = None
    318314                    academic_session = self._getSessionConfiguration(p_session)
    319315                    if academic_session == None:
Note: See TracChangeset for help on using the changeset viewer.