Ignore:
Timestamp:
17 Apr 2023, 09:12:36 (17 months ago)
Author:
Henrik Bettermann
Message:

Uups, that’s too much.

File:
1 edited

Legend:

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

    r17383 r17384  
    111111                        amount =  round(0.69318182 * amount)
    112112                    else:
    113                         amount *= round(0.62162162 * amount)
     113                        amount = round(0.62162162 * amount)
    114114                # Second instalment can be paid in all states.
    115115                if category == 'secondinstal':
Note: See TracChangeset for help on using the changeset viewer.