Ignore:
Timestamp:
25 Oct 2016, 10:12:11 (8 years ago)
Author:
Henrik Bettermann
Message:

Remove course_admitted from application slip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py

    r14224 r14228  
    276276    #    'scd_sit_type', 'scd_sit_results']
    277277
     278
     279    def _getCourseAdmittedLink(self, view):
     280        return None
     281
     282    def _getDeptAndFaculty(self):
     283        return [None, None]
     284
    278285    @property
    279286    def note(self):
Note: See TracChangeset for help on using the changeset viewer.