- Timestamp:
- 3 Dec 2013, 07:02:34 (11 years ago)
- Location:
- main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/locales/en/LC_MESSAGES/waeup.kofa.po
r10822 r10824 312 312 msgstr "Start new subscription period" 313 313 314 msgid "Start session" 315 msgstr "Start subscription period" 316 314 317 msgid "Current Session" 315 318 msgstr "Current Subscription Period" -
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/students/utils.py
r10806 r10824 68 68 return _('Contract data are incomplete.'), None 69 69 amount = getattr(certificate, 'school_fee_1', 0.0) 70 else: 71 amount = 999.0 72 p_item = u'To be set' 70 73 if amount in (0.0, None): 71 74 return _('Amount could not be determined.'), None -
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/utils/utils.py
r10806 r10824 40 40 PAYMENT_CATEGORIES = { 41 41 'schoolfee': 'Meter Charge', 42 'newmeter': 'New Meter', 43 'tokenpin': 'Token Pin', 44 'advance': 'Advance Payment', 45 'current': 'Current Bill', 42 46 'application': 'Not applicable', 43 47 }
Note: See TracChangeset for help on using the changeset viewer.