- Timestamp:
- 24 Feb 2013, 17:45:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students/browser.py
r9955 r9992 37 37 grok.context(ICustomStudentOnlinePayment) 38 38 form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit( 39 'provider_amt', 'gateway_amt', 'thirdparty_amt' )39 'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item') 40 40 form_fields[ 41 41 'creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le') … … 54 54 grok.context(ICustomStudentOnlinePayment) 55 55 form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit( 56 'provider_amt', 'gateway_amt', 'thirdparty_amt' )56 'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item') 57 57 form_fields['creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le') 58 58 form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
Note: See TracChangeset for help on using the changeset viewer.