Changeset 12061 for main/waeup.kwarapoly


Ignore:
Timestamp:
26 Nov 2014, 06:20:07 (10 years ago)
Author:
Henrik Bettermann
Message:

Introduce a pay_item_id for part-time for the first time on this portal.

Location:
main/waeup.kwarapoly/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/CHANGES.txt

    r11965 r12061  
    441.2dev (unreleased)
    55===================
     6
     7* Introduce a pay_item_id for part-time for the first time on this portal.
    68
    79* Rename ITCH faculty.
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py

    r11955 r12061  
    154154                xmldict['institution_acct'] = "0838798020"  #part-time fees acquired by FCMB
    155155                xmldict['institution_bank_id'] = '76'
     156                #Introduce a pay_item_id for part-time for the first time on this portal
     157                self.pay_item_id = '145'
    156158        elif self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys():
    157159            self.pay_item_id = SPECIAL_PAYMENT_PARAMS[self.context.p_category][0]
Note: See TracChangeset for help on using the changeset viewer.