@@ -34,7 +34,7 @@ |
||
| 34 | 34 | $r = $amount * $k; |
| 35 | 35 | if($isCharge){ |
| 36 | 36 | $totalCharges += $r; |
| 37 | - }else{ |
|
| 37 | + } else{ |
|
| 38 | 38 | $totalAllowances += $r; |
| 39 | 39 | } |
| 40 | 40 | |