Changeset 17443 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 20 Jun 2023, 09:12:19 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r17442 r17443 325 325 form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit( 326 326 'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item', 327 'p_split_data', 'p_combi', 'r_card_num', 'r_payment_link') 327 'p_split_data', 'p_combi', 'r_card_num', 'r_payment_link', 328 'p_option') 328 329 form_fields['creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le') 329 330 form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
Note: See TracChangeset for help on using the changeset viewer.