Set figure tebus keseluruhan to transaction.duit_masuk at resit tebus lama

This commit is contained in:
amirhassan
2024-01-15 13:23:52 +08:00
parent 0d1e81f5c4
commit f1b3fb5a8f
+4 -2
View File
@@ -600,7 +600,8 @@ hr.new5 {
<tr>
<td style="width:10px; font-size:17px"><b>Tebus Keseluruhan</b></td>
<td style="width:10px; font-size:17px">:<b> RM
{{ number_format($gadai['bakihargajualan'] - $penebusan['rebate'], 2) }} </b></td>
{{ number_format($transaction_tebus['duit_masuk'], 2) }} </b>
</td>
</tr>
</table>
</div>
@@ -820,7 +821,8 @@ hr.new5 {
<tr>
<td style="width:10px; font-size:17px"><b>Tebus Keseluruhan</b></td>
<td style="width:10px; font-size:17px">:<b> RM
{{ number_format($gadai['bakihargajualan'] - $penebusan['rebate'], 2) }} </b></td>
{{ number_format($transaction_tebus['duit_masuk'], 2) }} </b>
</td>
</tr>
</table>
</div>