Ignore:
Timestamp:
28 Nov 2013, 17:33:07 (11 years ago)
Author:
Henrik Bettermann
Message:

Configure meter charge payment.

Customize workflow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/browser/pages.py

    r10786 r10806  
    5656    """
    5757    form_fields = grok.AutoFields(ICertificate).select(
    58         'title', 'code', 'application_category')
     58        'title', 'code', 'application_category', 'school_fee_1')
    5959
    6060class CustomCertificatePage(CertificatePage):
     
    6262    """
    6363    form_fields = grok.AutoFields(ICertificate).select(
    64         'title', 'code', 'application_category')
     64        'title', 'code', 'application_category', 'school_fee_1')
    6565
    6666class CustomCertificateManageFormPage(CertificateManageFormPage):
     
    6969
    7070    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.