Changeset 17019 for main/kofacustom.lpng/trunk/src/kofacustom
- Timestamp:
- 10 Jul 2022, 12:43:32 (2 years ago)
- Location:
- main/kofacustom.lpng/trunk/src/kofacustom/lpng
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/browser.py
r17013 r17019 25 25 ApplicantDisplayFormPage, 26 26 ApplicantManageFormPage, 27 ApplicantEditFormPage) 27 ApplicantEditFormPage, 28 BalancePaymentAddFormPage) 28 29 29 30 from kofacustom.lpng.applicants.interfaces import ( … … 86 87 form_fields['reg_number'].for_display = True 87 88 return form_fields 89 90 class CustomBalancePaymentAddFormPage(BalancePaymentAddFormPage): 91 """ Page to add an online payment which can balance s previous session 92 payment. 93 """ 94 grok.require('waeup.payApplicant') 88 95 -
main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/utils.py
r16997 r17019 21 21 from kofacustom.nigeria.applicants.utils import NigeriaApplicantsUtils 22 22 from waeup.kofa.applicants.workflow import (INITIALIZED, 23 STARTED, PAID, ADMITTED, NOT_ADMITTED, SUBMITTED, CREATED )23 STARTED, PAID, ADMITTED, NOT_ADMITTED, SUBMITTED, CREATED, PROCESSED) 24 24 from kofacustom.lpng.interfaces import MessageFactory as _ 25 25 … … 34 34 #'special': ['Special Application', 'SPE'], 35 35 } 36 37 BALANCE_PAYMENT_STATES = (STARTED, PAID, ADMITTED, SUBMITTED, PROCESSED) -
main/kofacustom.lpng/trunk/src/kofacustom/lpng/locales/en/LC_MESSAGES/waeup.kofa.po
r17012 r17019 91 91 msgstr "Pay membership fee" 92 92 93 msgid "Add balance payment ticket" 94 msgstr "Make donation" 95 96 msgid "Add balance" 97 msgstr "Make donation" 98 93 99 msgid "" 94 100 "I confirm that the Passport Photograph uploaded on this form is a true "
Note: See TracChangeset for help on using the changeset viewer.