- Timestamp:
- 22 Oct 2012, 12:12:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r9384 r9385 230 230 xmldict['provider_item_name'] = PROVIDER_ITEM_NAME 231 231 # Institution data 232 xmldict['institution_acct'] = ' '233 xmldict['institution_bank_id'] = ' '232 xmldict['institution_acct'] = '000000000000' 233 xmldict['institution_bank_id'] = '00' 234 234 xmldict['institution_amt'] = '0.0' 235 235 if self.context.p_category == 'schoolfee':
Note: See TracChangeset for help on using the changeset viewer.