diff --git a/app/Views/invoice_list.php b/app/Views/invoice_list.php index c9c07f58..3cb4859c 100644 --- a/app/Views/invoice_list.php +++ b/app/Views/invoice_list.php @@ -54,7 +54,6 @@
| Order Number | Invoice Date | Customer Name | @@ -69,7 +68,6 @@ $invoice_date = date('d/m/Y', strtotime($row['invoice_date'])); ?>|
|---|---|---|---|
| = $row['invoice_id']; ?> | = $row['invoice_number']; ?> | = $invoice_date; ?> | = $row['customer_name']; ?> |