Changeset 16226 for main/waeup.uniben


Ignore:
Timestamp:
7 Sep 2020, 07:30:28 (4 years ago)
Author:
Henrik Bettermann
Message:

Use transcript payment category for transcript application payments.

File:
1 edited

Legend:

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

    r16216 r16226  
    134134            cost = DESTINATION_COST[applicant.charge][1]
    135135            payment.amount_auth = applicant.no_copies * cost
    136             payment.p_category = 'application'
     136            payment.p_category = 'transcript'
    137137            return
    138138        else:
Note: See TracChangeset for help on using the changeset viewer.