Ignore:
Timestamp:
7 Dec 2012, 08:59:30 (12 years ago)
Author:
Henrik Bettermann
Message:

Changes according to r9775.

Use classes defined in kofacustom.nigeria.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.futminna/trunk/src/waeup/futminna/students/browser.py

    r9403 r9785  
    3232    """
    3333    grok.context(ICustomStudentOnlinePayment)
    34     form_fields = grok.AutoFields(ICustomStudentOnlinePayment)
     34    form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit(
     35        'provider_amt', 'gateway_amt', 'thirdparty_amt')
    3536    form_fields[
    3637        'creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
     
    4849    """
    4950    grok.context(ICustomStudentOnlinePayment)
    50     form_fields = grok.AutoFields(ICustomStudentOnlinePayment)
     51    form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit(
     52        'provider_amt', 'gateway_amt', 'thirdparty_amt')
    5153    form_fields['creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
    5254    form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
Note: See TracChangeset for help on using the changeset viewer.