Changeset 15961 for main/waeup.fceokene
- Timestamp:
- 27 Jan 2020, 13:03:41 (5 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/browser.py
r15641 r15961 136 136 return form_fields 137 137 138 class CustomExportPDFPaymentSlipPage(NigeriaExportPDFPaymentSlipPage):139 """Deliver a PDF slip of the context.140 """141 142 note = '''143 144 145 The total authorized amount includes an Interswitch transaction charge of 150 Nairas.146 '''147 148 138 class CustomApplicantManageFormPage(NigeriaApplicantManageFormPage): 149 139 """A full edit view for applicant data. -
main/waeup.fceokene/trunk/src/waeup/fceokene/students/browser.py
r15940 r15961 138 138 form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le') 139 139 140 note = '''141 142 143 The total authorized amount includes an Interswitch transaction charge of 150 Nairas.144 '''145 146 140 class CustomStartClearancePage(StartClearancePage): 147 141
Note: See TracChangeset for help on using the changeset viewer.