Changeset 13422 for main/waeup.aaue/trunk/src
- Timestamp:
- 9 Nov 2015, 17:16:43 (9 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py
r11755 r13422 25 25 from zope.formlib.textwidgets import BytesDisplayWidget 26 26 from waeup.kofa.utils.helpers import string_from_bytes, file_size 27 from waeup.kofa.applicants.browser import ApplicantCheckStatusPage 27 28 from waeup.aaue.interfaces import MessageFactory as _ 28 29 from kofacustom.nigeria.applicants.browser import ( … … 173 174 def payment_slip_download_warning(self): 174 175 return '' 176 177 class CustomApplicantCheckStatusPage(ApplicantCheckStatusPage): 178 """Captcha'd status checking page for applicants. 179 """ 180 grok.template('applicantcheckstatus') -
main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py
r13420 r13422 85 85 return 86 86 if PAYMENT_TYPE not in ('SCHOOL-FEE-RETURNING', 'SCHOOL-FEE-NEW', 87 'SCHOOL-FEE-PLUS', 'APPLICATION-FEE-PLUS', 87 88 'ACCEPTANCE-FEE', 'APPLICATION-FEE', 'LATE-REGISTRATION', 88 89 'AAU-STUDENT-WELFARE-ASSURANCE','HOSTEL-ACCOMMODATION-FEE',
Note: See TracChangeset for help on using the changeset viewer.