Changeset 16182 for main/waeup.uniben


Ignore:
Timestamp:
24 Jul 2020, 07:41:46 (4 years ago)
Author:
Henrik Bettermann
Message:

Configure transcript charge.

File:
1 edited

Legend:

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

    r16153 r16182  
    106106    'africa': ('Within Africa ', 30000.0, 2),
    107107    'inter': ('International', 35000.0, 3),
     108    'cert_nigeria': ('Certified Copy - Within Nigeria', 13000.0, 4),
     109    'cert_africa': ('Certified Copy - Within Africa', 23000.0, 5),
     110    'cert_inter': ('Certified Copy - International', 28000.0, 6),
    108111    }
    109112
     
    405408
    406409    charge = schema.Choice(
    407         title = _(u'Courier Charge'),
     410        title = _(u'Transcript Charge'),
    408411        source = DestinationCostSource(),
    409412        required = True,
Note: See TracChangeset for help on using the changeset viewer.