Ignore:
Timestamp:
12 Feb 2025, 01:22:42 (6 months ago)
Author:
Henrik Bettermann
Message:

Revise DESTINATION_COST. Keep old items.

File:
1 edited

Legend:

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

    r18007 r18014  
    117117DESTINATION_COST = {
    118118    #'none': ('To the moon', 1000000000.0, 1),
    119     'nigeria': ('Local (Within Nigeria)', 25000.0, 1),
    120     #'africa': ('Within Africa ', 30000.0, 2),
    121     '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),
     119    'nigeria': ('Within Nigeria (deprecated)', 20000.0, 1),
     120    'africa': ('Within Africa (deprecated)', 30000.0, 2),
     121    'inter': ('International (deprecated)', 35000.0, 3),
     122    'cert_nigeria': ('Certified Copy - Within Nigeria (deprecated)', 13000.0, 4),
     123    'cert_africa': ('Certified Copy - Within Africa (deprecated)', 23000.0, 5),
     124    'cert_inter': ('Certified Copy - International (deprecated)', 28000.0, 6),
     125    'nigeria2': ('Local (Within Nigeria)', 25000.0, 1),
     126    'inter2': ('International', 35000.0, 3),
    125127    }
    126128
Note: See TracChangeset for help on using the changeset viewer.