Ignore:
Timestamp:
28 Nov 2016, 12:10:49 (8 years ago)
Author:
Henrik Bettermann
Message:

Adjust transcript payments to alumni portal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py

    r14260 r14296  
    7272        )
    7373
    74     transcript_fee = schema.Float(
    75         title = _(u'Transcript Fee'),
     74    transcript_fee_inter = schema.Float(
     75        title = _(u'International Transcript Fee'),
     76        default = 0.0,
     77        required = True,
     78        )
     79
     80    transcript_fee_local = schema.Float(
     81        title = _(u'Local Transcript Fee'),
    7682        default = 0.0,
    7783        required = True,
Note: See TracChangeset for help on using the changeset viewer.