Ignore:
Timestamp:
24 Feb 2013, 17:45:49 (12 years ago)
Author:
Henrik Bettermann
Message:

Adjust to changes made in base package.

File:
1 edited

Legend:

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

    r9955 r9992  
    3737    grok.context(ICustomStudentOnlinePayment)
    3838    form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit(
    39         'provider_amt', 'gateway_amt', 'thirdparty_amt')
     39        'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item')
    4040    form_fields[
    4141        'creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
     
    5454    grok.context(ICustomStudentOnlinePayment)
    5555    form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit(
    56         'provider_amt', 'gateway_amt', 'thirdparty_amt')
     56        'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item')
    5757    form_fields['creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
    5858    form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
Note: See TracChangeset for help on using the changeset viewer.