Ignore:
Timestamp:
21 Jul 2020, 05:36:59 (4 years ago)
Author:
Henrik Bettermann
Message:

Change p_category og transcript application payments.

Change provider amount.

File:
1 edited

Legend:

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

    r16173 r16175  
    6565                 '(2nd supplementary advert)', 'ASE'],
    6666        'spft': ['Special Full-Time Programmes', 'SP'],
    67         'tscf': ['Transcript Application (without student record)', 'TRF'],
    68         'tscs': ['Transcript Application (with student record)', 'TRS'],
     67        'tscf': ['Transcript (without student record)', 'TRF'],
     68        'tscs': ['Transcript (with student record)', 'TRS'],
    6969        }
    7070
     
    132132            cost = DESTINATION_COST[applicant.charge][1]
    133133            payment.amount_auth = applicant.no_copies * cost
    134             payment.p_category = 'transcript'
     134            payment.p_category = 'application'
    135135            return
    136136        else:
Note: See TracChangeset for help on using the changeset viewer.