Ignore:
Timestamp:
18 Oct 2020, 17:02:45 (4 years ago)
Author:
Henrik Bettermann
Message:

Remove 'provider_amt' on pages and slips.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py

    r16272 r16285  
    478478    """
    479479    form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit(
    480         'gateway_amt', 'thirdparty_amt', 'p_item','p_combi')
     480        'gateway_amt', 'thirdparty_amt', 'p_item','p_combi', 'provider_amt')
    481481    form_fields[
    482482        'creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
     
    489489    form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit(
    490490        'gateway_amt', 'thirdparty_amt', 'p_item',
    491         'p_split_data','p_combi')
     491        'p_split_data','p_combi', 'provider_amt')
    492492    form_fields['creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
    493493    form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
Note: See TracChangeset for help on using the changeset viewer.