- Timestamp:
- 28 Jun 2018, 11:18:22 (6 years ago)
- Location:
- main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interfaces.py
r15022 r15067 327 327 328 328 olevel_results_1_fee = schema.Float( 329 title = _(u'O \'Level Results Verification 1'),329 title = _(u'O Level Results Verification 1'), 330 330 default = 0.0, 331 331 required = True, … … 333 333 334 334 olevel_results_2_fee = schema.Float( 335 title = _(u'O \'Level Results Verification 2'),335 title = _(u'O Level Results Verification 2'), 336 336 default = 0.0, 337 337 required = True, -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/utils/utils.py
r15024 r15067 110 110 'eed_1': 'EED 1 Fee', 111 111 'eed_2': 'EED 2 Fee', 112 'olevel_results_1': 'O \'Level Results Verification 1',113 'olevel_results_2': 'O \'Level Results Verification 2',112 'olevel_results_1': 'O Level Results Verification 1', 113 'olevel_results_2': 'O Level Results Verification 2', 114 114 } 115 115 … … 162 162 'eed_1': 'EED 1 Fee', 163 163 'eed_2': 'EED 2 Fee', 164 'olevel_results_1': 'O \'Level Results Verification 1',165 'olevel_results_2': 'O \'Level Results Verification 2',164 'olevel_results_1': 'O Level Results Verification 1', 165 'olevel_results_2': 'O Level Results Verification 2', 166 166 } 167 167
Note: See TracChangeset for help on using the changeset viewer.