Changeset 16285 for main/kofacustom.iuokada/trunk/src/kofacustom
- Timestamp:
- 18 Oct 2020, 17:02:45 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py
r16272 r16285 478 478 """ 479 479 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') 481 481 form_fields[ 482 482 'creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le') … … 489 489 form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit( 490 490 'gateway_amt', 'thirdparty_amt', 'p_item', 491 'p_split_data','p_combi' )491 'p_split_data','p_combi', 'provider_amt') 492 492 form_fields['creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le') 493 493 form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
Note: See TracChangeset for help on using the changeset viewer.