Ignore:
Timestamp:
28 Jul 2018, 05:25:26 (6 years ago)
Author:
Henrik Bettermann
Message:

Include "Advanced Level Record" to the printed pdf.
Remove "2nd Higher Education Record" and "3rd Higher Education Record" from the pdf forms.

Location:
main/waeup.aaue/trunk/src/waeup/aaue/applicants
Files:
2 edited

Legend:

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

    r14840 r15091  
    116116    'jamb_subjects_list', 'master_sheet_number') + UDE_OMIT_FIELDS
    117117UDE_OMIT_PDF_FIELDS = UDE_OMIT_DISPLAY_FIELDS + UDE_OMIT_FIELDS + (
    118       'alr_fname', 'alr_no', 'alr_date',
    119       'alr_results', 'notice')
     118      #'alr_fname', 'alr_no', 'alr_date', 'alr_results',
     119      'hq_type2', 'hq_fname2', 'hq_matric_no2',
     120      'hq_degree2', 'hq_school2', 'hq_session2', 'hq_disc2',
     121      'hq_type3', 'hq_fname3', 'hq_matric_no3',
     122      'hq_degree3', 'hq_school3', 'hq_session3', 'hq_disc3',
     123      'notice')
    120124UDE_OMIT_MANAGE_FIELDS = (
    121125    'special_application','jamb_subjects_list',) + UDE_OMIT_FIELDS
     
    299303    #    'scd_sit_fname', 'scd_sit_no', 'scd_sit_date',
    300304    #    'scd_sit_type', 'scd_sit_results']
    301 
    302305
    303306    def _getCourseAdmittedLink(self, view):
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/tests/test_browser.py

    r14829 r15091  
    106106
    107107    def test_application_slips(self):
     108        delattr(ApplicantsContainer, 'prefix')
     109        self.applicantscontainer.prefix = 'ude'
    108110        self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
    109111        self.slip_path = self.view_path + '/application_slip.pdf'
Note: See TracChangeset for help on using the changeset viewer.