hidden order by removed in view file : ps

This commit is contained in:
VE10-Sanjeev 2024-03-26 09:14:14 +05:30
parent 2860a18b3e
commit c3dbcce675

View File

@ -54,7 +54,6 @@
<table id="scroll-horizontal-datatable_wrapper" class="table w-100 nowrap">
<thead class="thead-light">
<tr>
<th hidden></th>
<th>Order Number</th>
<th>Invoice Date</th>
<th>Customer Name</th>
@ -69,7 +68,6 @@
$invoice_date = date('d/m/Y', strtotime($row['invoice_date']));
?>
<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']; ?>"><?= $invoice_date; ?></td>
<td class="preview-pdf" data-invoice-id="<?= $row['invoice_id']; ?>"><?= $row['customer_name']; ?></td>