Merge branch 'fix-invoice-not-tally-with-voucherify' of gitlab.com:CIEFWorldwideSdnBhd/exchange-2.0 into development

This commit is contained in:
edmondlang
2024-04-09 00:20:45 +08:00
@@ -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