- Timestamp:
- 14 Jul 2014, 13:34:34 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py
r11758 r11759 180 180 elif self.context.p_category == 'pgd_certificate': 181 181 self.pay_item_id = '136' 182 elif self.context.p_category == 'log_book _fees':182 elif self.context.p_category == 'log_book': 183 183 self.pay_item_id = '137' 184 184 xmldict['institution_acct'] = "1010508401" … … 353 353 elif self.context.p_category == 'pgd_certificate': 354 354 self.pay_item_id = '136' 355 elif self.context.p_category == 'log_book _fees':355 elif self.context.p_category == 'log_book': 356 356 self.pay_item_id = '137' 357 357 xmldict['institution_acct'] = "1010508401"
Note: See TracChangeset for help on using the changeset viewer.