From 9e18a2d380ff5fe3ab9f6da2ed09b659c7a40e72 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Thu, 13 Jun 2024 04:03:18 +0000 Subject: [PATCH] FIX_first name Last Name : PS --- app/Views/invoice_form.php | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/app/Views/invoice_form.php b/app/Views/invoice_form.php index bd5e2458..b1172eef 100644 --- a/app/Views/invoice_form.php +++ b/app/Views/invoice_form.php @@ -24,10 +24,11 @@
- customer_id === $invoice_details['customer_id']) { $displayvalue = $customer->first_name . ' ' . $customer->last_name; @@ -38,9 +39,7 @@ - - - + + + +
Please select customer.