- Timestamp:
- 28 Nov 2013, 17:33:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/browser/pages.py
r10786 r10806 56 56 """ 57 57 form_fields = grok.AutoFields(ICertificate).select( 58 'title', 'code', 'application_category' )58 'title', 'code', 'application_category', 'school_fee_1') 59 59 60 60 class CustomCertificatePage(CertificatePage): … … 62 62 """ 63 63 form_fields = grok.AutoFields(ICertificate).select( 64 'title', 'code', 'application_category' )64 'title', 'code', 'application_category', 'school_fee_1') 65 65 66 66 class CustomCertificateManageFormPage(CertificateManageFormPage): … … 69 69 70 70 form_fields = grok.AutoFields(ICertificate).select( 71 'title', 'application_category' )71 'title', 'application_category', 'school_fee_1')
Note: See TracChangeset for help on using the changeset viewer.