Changeset 16396 for main


Ignore:
Timestamp:
15 Feb 2021, 13:21:04 (4 years ago)
Author:
Henrik Bettermann
Message:

provider_amt must be stored in payment ticket.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py

    r16377 r16396  
    252252        timestamp = ("%d" % int(time()*10000))[1:]
    253253        if category in (
    254             'registration', 'required_combi', 'pg_other'):
     254            'registration', 'required_combi', 'pg_other', 'jupeb_reg'):
    255255            payment.provider_amt = 5000.0
    256256        if category in (
Note: See TracChangeset for help on using the changeset viewer.