Ignore:
Timestamp:
27 Nov 2012, 15:02:34 (12 years ago)
Author:
Henrik Bettermann
Message:

Setup SELECTABLE_PAYMENT_CATEGORIES dictionary. Uniben students must not see the regular maintenance fee button.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/interswitch/tests.py

    r9728 r9731  
    209209            self.browser.contents)
    210210        self.assertMatches(
    211             '...<item_detail item_id="1" item_name="Hostel Maint. Fee" item_amt="800000" bank_id="129" acct_num="0014414547" />...',
     211            '...<item_detail item_id="1" item_name="Hostel Maintenance Fee" item_amt="800000" bank_id="129" acct_num="0014414547" />...',
    212212            self.browser.contents)
    213213        self.assertFalse(
Note: See TracChangeset for help on using the changeset viewer.