Ignore:
Timestamp:
17 Apr 2023, 08:53:50 (19 months ago)
Author:
Henrik Bettermann
Message:

More precisely

File:
1 edited

Legend:

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

    r17381 r17382  
    111111                        amount *= 0.695
    112112                    else:
    113                         amount *= 0.622
     113                        amount *= 0.621621621
    114114                # Second instalment can be paid in all states.
    115115                if category == 'secondinstal':
     
    117117                        amount = 0.305 * getattr(certificate, 'school_fee_1', 0.0)
    118118                    else:
    119                         amount = 0.378 * getattr(certificate, 'school_fee_2', 0.0)
     119                        amount = 0.378378378 * getattr(certificate, 'school_fee_2', 0.0)
    120120        elif category == 'clearance':
    121121            try:
Note: See TracChangeset for help on using the changeset viewer.