Changeset 16923 for main/waeup.fceokene/trunk/src/waeup
- Timestamp:
- 14 Apr 2022, 10:26:20 (3 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/batching.py
r15829 r16923 31 31 iface_byregnumber = ICustomApplicantUpdateByRegNo 32 32 33 @property 34 def required_fields(self): 35 """ 36 """ 37 result = super(CustomApplicantProcessor, self).required_fields 38 result.remove('subj_comb') 39 result.remove('school') 40 return result 41 33 42 class CustomApplicantOnlinePaymentProcessor(ApplicantOnlinePaymentProcessor): 34 43 """A batch processor for ICustomStudentOnlinePayment objects. -
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/interfaces.py
r16918 r16923 191 191 title = _(u'1st Choice TPZ and School'), 192 192 source = TPUSchoolSource(), 193 required = False,193 required = True, 194 194 ) 195 195 … … 276 276 title = _(u'1st Choice UTP and School'), 277 277 source = UTPSchoolSource(), 278 required = False,278 required = True, 279 279 ) 280 280
Note: See TracChangeset for help on using the changeset viewer.