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 @@