hidden order by removed in view file : ps
This commit is contained in:
parent
2860a18b3e
commit
c3dbcce675
@ -54,7 +54,6 @@
|
|||||||
<table id="scroll-horizontal-datatable_wrapper" class="table w-100 nowrap">
|
<table id="scroll-horizontal-datatable_wrapper" class="table w-100 nowrap">
|
||||||
<thead class="thead-light">
|
<thead class="thead-light">
|
||||||
<tr>
|
<tr>
|
||||||
<th hidden></th>
|
|
||||||
<th>Order Number</th>
|
<th>Order Number</th>
|
||||||
<th>Invoice Date</th>
|
<th>Invoice Date</th>
|
||||||
<th>Customer Name</th>
|
<th>Customer Name</th>
|
||||||
@ -69,7 +68,6 @@
|
|||||||
$invoice_date = date('d/m/Y', strtotime($row['invoice_date']));
|
$invoice_date = date('d/m/Y', strtotime($row['invoice_date']));
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td hidden><?= $row['invoice_id']; ?></td>
|
|
||||||
<td class="preview-pdf" data-invoice-id="<?= $row['invoice_id']; ?>"><?= $row['invoice_number']; ?></td>
|
<td class="preview-pdf" data-invoice-id="<?= $row['invoice_id']; ?>"><?= $row['invoice_number']; ?></td>
|
||||||
<td class="preview-pdf" data-invoice-id="<?= $row['invoice_id']; ?>"><?= $invoice_date; ?></td>
|
<td class="preview-pdf" data-invoice-id="<?= $row['invoice_id']; ?>"><?= $invoice_date; ?></td>
|
||||||
<td class="preview-pdf" data-invoice-id="<?= $row['invoice_id']; ?>"><?= $row['customer_name']; ?></td>
|
<td class="preview-pdf" data-invoice-id="<?= $row['invoice_id']; ?>"><?= $row['customer_name']; ?></td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user