- Timestamp:
- 22 Nov 2023, 21:52:19 (12 months ago)
- Location:
- main/kofacustom.unidel/trunk/src/kofacustom/unidel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/browser/pages.py
r16721 r17647 34 34 form_fields = grok.AutoFields(ICustomSessionConfiguration) 35 35 36 class CustomCertificatePage(CertificatePage): 37 """Index page for certificates. 38 """ 39 form_fields = grok.AutoFields(ICertificate).omit( 40 'custom_float_1', 41 'custom_float_2', 42 #'school_fee_1', 43 #'school_fee_2', 44 'school_fee_3', 45 'school_fee_4', 46 'custom_textline_1', 47 'custom_textline_2', 48 ) 49 -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17645 r17647 131 131 if student.faccode == 'NCE': 132 132 amount += 14600 133 elif student.faccode not in ('PRE', 'JUPEB', 'DELSU' ):133 elif student.faccode not in ('PRE', 'JUPEB', 'DELSU', 'IJMB'): 134 134 amount += 40000 135 135 elif category == 'clearance':
Note: See TracChangeset for help on using the changeset viewer.