mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-24 23:13:59 +00:00
debug invoice pdf
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
<tr class="subtotal">
|
||||
<td colspan="4"></td>
|
||||
<td class="right middle">Subtotal</td>
|
||||
<td class="right middle">{{ number_format($subtotalWithDiscount, 2) }}</td>
|
||||
<td class="right middle">{{ number_format($subtotal, 2) }}</td>
|
||||
</tr>
|
||||
<tr class="billingcharges">
|
||||
<td colspan="4"></td>
|
||||
@@ -138,7 +138,7 @@
|
||||
<tr>
|
||||
<td colspan="4"></td>
|
||||
<td class="right middle">Adjustment</td>
|
||||
<td class="right middle">{{ number_format($discrepancy, 2) }}</td>
|
||||
<td class="right middle">{{ number_format(($total - (((float) number_format($subtotal, 2)) + ((float) number_format($transaction->service_charge, 2)) + ((float) number_format($voucherDiscount, 2)) + ((float) number_format($transaction->tax, 2)))), 2) }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4"></td>
|
||||
|
||||
Reference in New Issue
Block a user