Changeset 10783
- Timestamp:
- 21 Nov 2013, 16:32:59 (11 years ago)
- Location:
- main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/applicants/utils.py
r10774 r10783 31 31 32 32 APP_TYPES_DICT = { 33 'app': ['Any Energy', 'APP'], 33 34 'green': ['Green Energy', 'GR'], 34 35 'fossil': ['Fossil Energy', 'FS'], -
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/interswitch/tests.py
r10770 r10783 82 82 self.browser.contents) 83 83 self.assertMatches( 84 '...item_name=" School Fee" item_amt="4000000" bank_id="00" acct_num="00000000"...',84 '...item_name="Not applicable" item_amt="4000000" bank_id="00" acct_num="00000000"...', 85 85 self.browser.contents) 86 86 -
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/utils/utils.py
r10774 r10783 31 31 32 32 APP_CATS_DICT = { 33 'basic': 'Any Energy', 33 34 'green': 'Green Energy', 34 35 'fossil': 'Fossil Energy', … … 37 38 PAYMENT_CATEGORIES = { 38 39 'electricity': 'Electricity', 40 'application': 'Not applicable', 41 'schoolfee': 'Not applicable', 39 42 } 40 43
Note: See TracChangeset for help on using the changeset viewer.