@@ -74,7 +74,7 @@ |
||
| 74 | 74 | 2003 => 1800000, |
| 75 | 75 | 2004 => 2000000, |
| 76 | 76 | ]; |
| 77 | - $nReturn = $valuesYearly[$yrDate]; |
|
| 77 | + $nReturn = $valuesYearly[$yrDate]; |
|
| 78 | 78 | } |
| 79 | 79 | return (($lngDate >= 20060701) ? round($nReturn, -4) : $nReturn); |
| 80 | 80 | } |
@@ -163,7 +163,7 @@ |
||
| 163 | 163 | for ($counter = 0; $counter <= $howMany; $counter++) { |
| 164 | 164 | $nReturn = $lngTaxBase * $this->txLvl['inTaxP']; |
| 165 | 165 | if (($lngTaxBase <= $nValues[$counter]['Upper Limit Value'])) { |
| 166 | - $sLbl = [ |
|
| 166 | + $sLbl = [ |
|
| 167 | 167 | 'BDP' => $nValues[$counter]['Base Deducted Percentage'], |
| 168 | 168 | 'BDV' => $nValues[$counter]['Base Deduction Value'], |
| 169 | 169 | 'TFV' => $nValues[$counter]['Tax Free Value'], |