Changeset 15689 for main


Ignore:
Timestamp:
15 Oct 2019, 20:14:34 (5 years ago)
Author:
Henrik Bettermann
Message:

Do not display p_combi.

File:
1 edited

Legend:

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

    r15631 r15689  
    324324    form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit(
    325325        'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item',
    326         'p_split_data')
     326        'p_split_data', 'p_combi')
    327327    form_fields['creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
    328328    form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
Note: See TracChangeset for help on using the changeset viewer.