Ignore:
Timestamp:
14 Mar 2025, 01:17:15 (22 hours ago)
Author:
Henrik Bettermann
Message:

Fix typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interswitch/browser.py

    r17978 r18044  
    275275PAY_ITEM_ID = 'Default_Payable_MX104253'
    276276
    277 SPLITT_ACCOUNTS = {
     277SPLIT_ACCOUNTS = {
    278278        'schoolfee':            [{"alias":"espu school fees account","percentage":"100","description":"Tuition Exams Fee","isPrimary":"true"},],
    279279        'clearance':            [{"alias":"espu school fees account","percentage":"85","description":"Acceptance Fee","isPrimary":"true"},
    280280                                 {"alias":"waeac","percentage":"15","description":"WAEAC Fee"},],
    281         # 'bed_allocation': 'Accommodation Booking Fee',
     281        #'bed_allocation': 'Accommodation Booking Fee',
    282282        'hostel_maintenance':   [{"alias":"espu school fees account","description":"Hostel Maintenance Fee","isPrimary":"true"},],
    283283        #'application': 'Application Fee',
     
    324324    @property
    325325    def split_accounts(self):
    326         sa = SPLITT_ACCOUNTS.get(self.context.p_category, None)
     326        sa = SPLIT_ACCOUNTS.get(self.context.p_category, None)
    327327        return str(sa)
    328328
Note: See TracChangeset for help on using the changeset viewer.