Completed
Push — master ( e9302d...785c05 )
by Daniel
01:55
created
Salariu/Taxation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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'],
Please login to merge, or discard this patch.