@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | { |
43 | 43 | $rest = $inMny['lngBase'] - array_sum($inMny['Deductions']); |
44 | 44 | if ($inMny['inDate'] >= 20100701) { |
45 | - $rest += round($inMny['Food Tickets Value'], -4); |
|
45 | + $rest += round($inMny['Food Tickets Value'], -4); |
|
46 | 46 | $val = $tCSG->get('gbns'); |
47 | 47 | $taxMinAmount = 0; |
48 | 48 | if ($inMny['inDate'] >= 20160101) { |
@@ -145,7 +145,7 @@ discard block |
||
145 | 145 | $howMany = count($nValues); |
146 | 146 | for ($counter = 0; $counter <= $howMany; $counter++) { |
147 | 147 | if (($lngTaxBase <= $nValues[$counter]['Upper Limit Value'])) { |
148 | - $sLbl = [ |
|
148 | + $sLbl = [ |
|
149 | 149 | 'BDP' => $nValues[$counter]['Base Deducted Percentage'], |
150 | 150 | 'BDV' => $nValues[$counter]['Base Deduction Value'], |
151 | 151 | 'TFV' => $nValues[$counter]['Tax Free Value'], |