Changeset 15688 for main/waeup.uniben/trunk/src/waeup/uniben/students
- Timestamp:
- 15 Oct 2019, 20:14:20 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py
r15666 r15688 150 150 grok.context(ICustomStudentOnlinePayment) 151 151 form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit( 152 'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item' )152 'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item', 'p_combi') 153 153 form_fields['creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le') 154 154 form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
Note: See TracChangeset for help on using the changeset viewer.