fix resit tebus total rebate

This commit is contained in:
Hafifie PKB
2023-12-06 15:49:32 +08:00
parent 6feec1a6b1
commit cc48bf3565
2 changed files with 7 additions and 5 deletions
@@ -517,7 +517,7 @@
<tr>
<td style="width:10px">(-) Rebat Untung</td>
<td style="width:10px">: RM
{{ number_format($transaction_tebus['onepercent'] - $transaction_tebus['onepercent_rebet'], 2) }}
{{ number_format($totalrebate['onepercent'], 2) }}
</td>
</tr>
<tr>
@@ -527,7 +527,7 @@
<tr>
<td style="width:10px">(-) Rebat Ujrah</td>
<td style="width:10px">: RM
{{ number_format($transaction_tebus['ujrah'] - $transaction_tebus['ujrah_rebet'], 2) }} </td>
{{ number_format($totalrebate['ujrah'], 2) }} </td>
</tr>
<tr>
<td></td>
@@ -661,7 +661,7 @@
<tr>
<td style="width:10px">(-) Rebat Untung</td>
<td style="width:10px">: RM
{{ number_format($transaction_tebus['onepercent'] - $transaction_tebus['onepercent_rebet'], 2) }}
{{ number_format($totalrebate['onepercent'], 2) }}
</td>
</tr>
<tr>
@@ -671,7 +671,7 @@
<tr>
<td style="width:10px">(-) Rebat Ujrah</td>
<td style="width:10px">: RM
{{ number_format($transaction_tebus['ujrah'] - $transaction_tebus['ujrah_rebet'], 2) }} </td>
{{ number_format($totalrebate['ujrah'], 2) }} </td>
</tr>
<tr>
<td></td>