Ignore:
Timestamp:
22 Jan 2013, 08:55:00 (12 years ago)
Author:
Henrik Bettermann
Message:

Remove school fee installment payments and restricted course registration. Seems that all these customizations have been a waste of time.

File:
1 edited

Legend:

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

    r9502 r9905  
    3535    grok.provides(ICustomStudent)
    3636
    37     def getPaymentTuples(self):
    38         """Special AAUE method needed for selecting courses in semesters
    39         the student has paid for.
    40         """
    41         payments = [(p.p_session, p.p_category, p.p_state)
    42             for p in self['payments'].values()]
    43         return payments
    44 
    4537# Set all attributes of Student required in IStudent as field
    4638# properties. Doing this, we do not have to set initial attributes
Note: See TracChangeset for help on using the changeset viewer.