diff --git a/app/Controllers/Notifications.php b/app/Controllers/Notifications.php index faeb683..407790c 100755 --- a/app/Controllers/Notifications.php +++ b/app/Controllers/Notifications.php @@ -102,11 +102,11 @@ class Notifications extends BaseController $receiving_status = $success['receiving_status']; $parents_status = $success['receiving_status']; $history_msg = strtolower(gettype($success)) == "string" ? $success : json_encode($success['reponse']); - session()->setFlashdata('success', 'Message : ' . $success['message']); + session()->setFlashdata('success', 'Message : Success'); $this->logger->info("Whatsapp : Reponse = " . $success['message']); } catch (\Exception $e) { $this->logger->error("Whatsapp : Exception Message = " . $e->getMessage() . "
File: " . $e->getFile() . "
Line: " . $e->getLine() . "
"); - session()->setFlashdata('error', 'Message: ' . $e->getMessage()); + session()->setFlashdata('error', 'Message: Failed'); $history_msg = strtolower(gettype($success)) == "string" ? $success : json_encode($success['reponse']); } $NotificationModel = new NotificationModel(); diff --git a/app/Views/customer_form.php b/app/Views/customer_form.php index 9db1477..df0ed26 100644 --- a/app/Views/customer_form.php +++ b/app/Views/customer_form.php @@ -68,7 +68,7 @@
+91
- +
Please provide.
diff --git a/app/Views/customer_group_form.php b/app/Views/customer_group_form.php index fb084dc..ab63eb8 100644 --- a/app/Views/customer_group_form.php +++ b/app/Views/customer_group_form.php @@ -129,12 +129,12 @@ " class="btn btn-secondary waves-effect mr-3">Cancel - + @@ -447,7 +447,7 @@ document.getElementById("addItem").addEventListener("click", function() { --> diff --git a/app/Views/invoice_form.php b/app/Views/invoice_form.php index 2db288f..5634b2f 100644 --- a/app/Views/invoice_form.php +++ b/app/Views/invoice_form.php @@ -43,8 +43,8 @@
- - = $causesData->from_date && date("Y-m-d") <= $causesData->to_date || $causesData->from_date == '' && $causesData->to_date == ''){?>