Changeset 18007


Ignore:
Timestamp:
8 Feb 2025, 11:41:25 (38 hours ago)
Author:
Henrik Bettermann
Message:

Change destination cost.

File:
1 edited

Legend:

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

    r17964 r18007  
    117117DESTINATION_COST = {
    118118    #'none': ('To the moon', 1000000000.0, 1),
    119     'nigeria': ('Within Nigeria', 20000.0, 1),
    120     'africa': ('Within Africa ', 30000.0, 2),
     119    'nigeria': ('Local (Within Nigeria)', 25000.0, 1),
     120    #'africa': ('Within Africa ', 30000.0, 2),
    121121    'inter': ('International', 35000.0, 3),
    122     'cert_nigeria': ('Certified Copy - Within Nigeria', 13000.0, 4),
    123     'cert_africa': ('Certified Copy - Within Africa', 23000.0, 5),
    124     'cert_inter': ('Certified Copy - International', 28000.0, 6),
     122    #'cert_nigeria': ('Certified Copy - Within Nigeria', 13000.0, 4),
     123    #'cert_africa': ('Certified Copy - Within Africa', 23000.0, 5),
     124    #'cert_inter': ('Certified Copy - International', 28000.0, 6),
    125125    }
    126126
Note: See TracChangeset for help on using the changeset viewer.