remove - in the invoice discount section, amount is already in negative

This commit is contained in:
edmondlang
2024-04-09 00:20:19 +08:00
parent 02d28f8fba
commit aeb0be11bf
@@ -60,7 +60,7 @@
<tr class="voucher">
<td colspan="4"></td>
<td class="right middle">Voucher ({{ $voucher_redemption->voucher->code }})</td>
<td class="right middle">-{{ number_format($voucherDiscount, 2) }}</td>
<td class="right middle">{{ number_format($voucherDiscount, 2) }}</td>
</tr>
@endif