Fixed fees bug
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -889,7 +889,7 @@ class Actions { | ... | @@ -889,7 +889,7 @@ class Actions { |
| 889 | )); | 889 | )); |
| 890 | 890 | ||
| 891 | if (isset($_POST['studentfee']) && $_POST['studentfee'] == 1) { | 891 | if (isset($_POST['studentfee']) && $_POST['studentfee'] == 1) { |
| 892 | $fee = number_format(CBVOptions\GetOption('overseas-surcharge', 'fees'), 2, '.', ''); | 892 | $fee = number_format(CBVOptions\GetOption('student-fees', 'fees'), 2, '.', ''); |
| 893 | $taxes = $calc_tax($fee, $tax_rate); | 893 | $taxes = $calc_tax($fee, $tax_rate); |
| 894 | 894 | ||
| 895 | $items_subtotal += $fee; | 895 | $items_subtotal += $fee; | ... | ... |
-
Please register or sign in to post a comment