Changeset 12061
- Timestamp:
- 26 Nov 2014, 06:20:07 (10 years ago)
- Location:
- main/waeup.kwarapoly/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/CHANGES.txt
r11965 r12061 4 4 1.2dev (unreleased) 5 5 =================== 6 7 * Introduce a pay_item_id for part-time for the first time on this portal. 6 8 7 9 * Rename ITCH faculty. -
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py
r11955 r12061 154 154 xmldict['institution_acct'] = "0838798020" #part-time fees acquired by FCMB 155 155 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' 156 158 elif self.context.p_category in SPECIAL_PAYMENT_PARAMS.keys(): 157 159 self.pay_item_id = SPECIAL_PAYMENT_PARAMS[self.context.p_category][0]
Note: See TracChangeset for help on using the changeset viewer.