- Timestamp:
- 6 Dec 2012, 08:42:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py
r9688 r9775 70 70 """ 71 71 grok.context(ICustomStudentOnlinePayment) 72 form_fields = grok.AutoFields(ICustomStudentOnlinePayment) 72 form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit( 73 'provider_amt', 'gateway_amt', 'thirdparty_amt') 73 74 form_fields[ 74 75 'creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le') … … 106 107 """ 107 108 grok.context(ICustomStudentOnlinePayment) 108 form_fields = grok.AutoFields(ICustomStudentOnlinePayment) 109 form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit( 110 'provider_amt', 'gateway_amt', 'thirdparty_amt') 109 111 form_fields['creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le') 110 112 form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
Note: See TracChangeset for help on using the changeset viewer.