mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-27 16:34:00 +00:00
Minor update on pdf template
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<th width="5%">No</th>
|
||||
<th class="stock-code" width="10%">Stock Code</th>
|
||||
<th class="description">Description</th>
|
||||
<th width="20%">UOM</th>
|
||||
<th width="10%">Quantity</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -27,9 +26,6 @@
|
||||
</td>
|
||||
<td class="description">
|
||||
{{ $transaction_detail->product_name }}
|
||||
</td>
|
||||
<td width="20%" class="center">
|
||||
|
||||
</td>
|
||||
<td width="10%" class="right">
|
||||
{{ $transaction_detail->quantity }}
|
||||
@@ -41,7 +37,7 @@
|
||||
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="3"></td>
|
||||
<td colspan="2"></td>
|
||||
<td class="right middle"><strong>Total Quantity</strong></td>
|
||||
<td class="total right middle">
|
||||
<strong>{{ $totalQuantity }}</strong>
|
||||
|
||||
Reference in New Issue
Block a user