From 55c6dfd028bced12ed2f91f164e63a9c3df0eef3 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Mon, 6 Nov 2023 11:39:34 +0530 Subject: [PATCH] Status : ps --- app/Controllers/Invoice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Invoice.php b/app/Controllers/Invoice.php index 4e7cd7bf..d9fe062d 100644 --- a/app/Controllers/Invoice.php +++ b/app/Controllers/Invoice.php @@ -179,7 +179,7 @@ class Invoice extends BaseController 'payment_status' => 'Pending', //"Paid," "Pending," "Failed," "Refunded," "Canceled," "Authorized," and "Completed." 'event_id' => (int)$this->request->getPost('event_id'), 'business_id' => (int)get_business_id(), - 'status' => $this->request->getPost('saveas'), + 'status' => $invoice_status, 'isactive' => 1 ]; ## Based on the invoice ID, we designated Insert or Update on Details...