Changeset 15215 for main/kofacustom.dspg


Ignore:
Timestamp:
2 Nov 2018, 09:29:56 (6 years ago)
Author:
Henrik Bettermann
Message:

Adjust tests.

Disable hostel booking fee payment.

Location:
main/kofacustom.dspg/trunk/src/kofacustom/dspg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/tests.py

    r15179 r15215  
    9292            self.browser.contents)
    9393        self.assertTrue(
    94             'item_name="School Fee" item_amt="2575000" bank_id="11" acct_num="0010761873"' in
     94            'item_name="School Fee" item_amt="2575000" bank_id="117" acct_num="1012808851"' in
    9595            self.browser.contents)
    9696        # ND FT Non-Deltan Fresh Student Acceptance Fee
     
    199199        self.payment_url = self.browser.url
    200200        self.browser.getLink("CollegePAY", index=0).click()
    201         self.assertTrue('<item_detail item_id="1" item_name="School Fee 1" item_amt="1545000" bank_id="117" acct_num="1012808851" />'
     201        self.assertTrue('<item_detail item_id="1" item_name="School Fee 1" item_amt="1545000" bank_id="117" acct_num="1015220292" />'
    202202            in self.browser.contents)
    203203        self.assertTrue('<item_detail item_id="2" item_name="School Fee 2" item_amt="1030000" bank_id="123" acct_num="1002883141" />'
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/browser.py

    r15166 r15215  
    2929    StudentBasePDFFormPage, ExportPDFCourseRegistrationSlip,
    3030    CourseTicketDisplayFormPage, StudentTriggerTransitionFormPage,
    31     ExportPDFTranscriptSlip,
     31    ExportPDFTranscriptSlip, BedTicketAddPage,
    3232    msave, emit_lock_message)
    3333from waeup.kofa.students.interfaces import IStudentsUtils, ICourseTicket
     
    4646    ICustomStudentStudyLevel)
    4747from kofacustom.dspg.interfaces import MessageFactory as _
     48
     49class CustomBedTicketAddPage(BedTicketAddPage):
     50    with_ac = False
    4851
    4952class CustomStudentClearanceEditFormPage(NigeriaStudentClearanceEditFormPage):
Note: See TracChangeset for help on using the changeset viewer.