- Timestamp:
- 20 Jun 2023, 07:53:50 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r17441 r17442 325 325 form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit( 326 326 'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item', 327 'p_split_data', 'p_combi' )327 'p_split_data', 'p_combi', 'r_card_num', 'r_payment_link') 328 328 form_fields['creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le') 329 329 form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le') … … 336 336 except KeyError: 337 337 academic_session = None 338 text = '\n \n The Amount Authorized is inclusive of: %s and also of NGN %d Interswitch surcharge.' % (338 text = '\nThe Amount Authorized is inclusive of: %s Interswitch surcharge (NGN %d).' % ( 339 339 getattr(self.context, 'p_split_data'), self.context.gateway_amt) 340 340
Note: See TracChangeset for help on using the changeset viewer.