Changeset 11669
- Timestamp:
- 27 May 2014, 05:25:48 (10 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/CHANGES.txt
r11633 r11669 4 4 1.2dev (unreleased) 5 5 =================== 6 7 * Add clearance item to BALANCE_PAYMENT_CATEGORIES. 6 8 7 9 * Use base classes InterswitchPageApplicant and InterswitchPageStudent from -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r11434 r11669 85 85 9: 'N/A' 86 86 } 87 88 BALANCE_PAYMENT_CATEGORIES = { 89 'schoolfee': 'School Fee', 90 'clearance': 'Clearance Fee', 91 }
Note: See TracChangeset for help on using the changeset viewer.