@@ -36,12 +36,12 @@ |
||
| 36 | 36 | |
| 37 | 37 | if ($amount === '*') { |
| 38 | 38 | $percentageCtxt->setAmount(floatval($billableAmount)) |
| 39 | - ->setStructure($matches[1]); |
|
| 39 | + ->setStructure($matches[1]); |
|
| 40 | 40 | $bill += $percentageBillInterpreter->interpret($percentageCtxt); |
| 41 | 41 | } else { |
| 42 | 42 | $billableAmount -= $amount; |
| 43 | 43 | $percentageCtxt->setAmount($amount) |
| 44 | - ->setStructure($matches[1]); |
|
| 44 | + ->setStructure($matches[1]); |
|
| 45 | 45 | $bill += $percentageBillInterpreter->interpret($percentageCtxt); |
| 46 | 46 | } |
| 47 | 47 | } |