Ignore:
Timestamp:
20 Jun 2023, 07:53:50 (17 months ago)
Author:
Henrik Bettermann
Message:

Simplify payment slip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r17441 r17442  
    325325    form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit(
    326326        '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')
    328328    form_fields['creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
    329329    form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
     
    336336        except KeyError:
    337337            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).' % (
    339339            getattr(self.context, 'p_split_data'), self.context.gateway_amt)
    340340
Note: See TracChangeset for help on using the changeset viewer.