Changeset 14869
- Timestamp:
- 12 Oct 2017, 08:35:31 (7 years ago)
- Location:
- main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interfaces.py
r14868 r14869 290 290 required = True, 291 291 ) 292 balance_fee = schema.Float( 293 title = _(u'Balance Payment'), 294 default = 0.0, 295 required = True, 296 ) 292 297 293 298 def getSessionString(): -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r14868 r14869 60 60 'carryover11': ('101', 500.0, '1012808851', '117'), 61 61 'carryover12': ('101', 500.0, '1012808851', '117'), 62 'balance': ('101', 500.0, '1012808851', '117'), 62 63 63 64 'certificate': ('111', 500.0, '1012808851', '117'), -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/utils/utils.py
r14868 r14869 65 65 'carryover11': '11 Carry-Over Courses', 66 66 'carryover12': '12 Carry-Over Courses', 67 'balance': 'Balance Payment', 67 68 'bed_allocation': 'Bed Allocation', 68 69 'hostel_maintenance': 'Hostel Maintenance', … … 193 194 'carryover11': '11 Carry-Over Courses', 194 195 'carryover12': '12 Carry-Over Courses', 196 'balance': 'Balance Payment', 195 197 }
Note: See TracChangeset for help on using the changeset viewer.