From bf680a0d7cef2269e9391f704e29f97c58dd57ab Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Thu, 11 Jul 2024 04:05:22 +0000 Subject: [PATCH] FIX_issues : ps --- app/Controllers/Business.php | 4 ++-- app/Views/template/header.php | 8 ++++---- app/Views/template/topbar.php | 6 +++--- app/Views/user_list.php | 16 +++++++++------- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/app/Controllers/Business.php b/app/Controllers/Business.php index c8b39bf..acc7f0b 100644 --- a/app/Controllers/Business.php +++ b/app/Controllers/Business.php @@ -52,7 +52,7 @@ class Business extends BaseController $model->setTable('business'); ## Fetch business details (particular business) - $edit_organzation_details = $model->where(['business_id ' => $id , 'isactive' => 1])->first(); + $edit_organzation_details = $model->where(['business_id ' => $id])->first(); $data['organzations'] = $edit_organzation_details; ## Fetch branch details @@ -131,7 +131,7 @@ class Business extends BaseController ## Business Data $BusinessModel = new BusinessModel(); - print_r( $this->request->getPost('currency')); + // print_r( $this->request->getPost('currency')); $data = [ 'title' => $this->request->getPost('bname'), diff --git a/app/Views/template/header.php b/app/Views/template/header.php index a23eec4..87347a0 100644 --- a/app/Views/template/header.php +++ b/app/Views/template/header.php @@ -55,11 +55,11 @@
diff --git a/app/Views/template/topbar.php b/app/Views/template/topbar.php index ac44d85..f951b64 100644 --- a/app/Views/template/topbar.php +++ b/app/Views/template/topbar.php @@ -177,11 +177,11 @@
- - - - " class="fe-user-check" title="Click to Active User" > - + + + + + + + " class="fe-user-check" title="Click to Active User"> + +