From 73a274fe712193a4d72093049a530b158d11c6a0 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Wed, 29 Jan 2025 11:22:42 +0000 Subject: [PATCH] modal width : ps --- app/Controllers/Inwardgateregister.php | 4 ++-- app/Views/viewinwardgateregister.php | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/Controllers/Inwardgateregister.php b/app/Controllers/Inwardgateregister.php index d41fa6af..65d02aaf 100755 --- a/app/Controllers/Inwardgateregister.php +++ b/app/Controllers/Inwardgateregister.php @@ -1090,8 +1090,8 @@ function viewIGRDetails() for ($i = 0; $i < count($result_for_email['emails']); $i++) { $email_response = $notification->sendEmail([ 'recipient_email' => $result_for_email['emails'][$i]->email, - 'subject' => 'new Resico Industries - IGR Notification', - 'description' => 'in - IGR Number : '.$IGRNo.' is Edited By '.($result_for_email['full_name'] ?? $this->session->get('name')), + 'subject' => 'Resico Industries - IGR Notification', + 'description' => 'IGR Number : '.$IGRNo.' is Edited By '.($result_for_email['full_name'] ?? $this->session->get('name')), 'company' => $result_for_email['company'], 'from_mail'=> $result_for_email['from_mail'] ]); diff --git a/app/Views/viewinwardgateregister.php b/app/Views/viewinwardgateregister.php index affa4cb9..bd6d17b9 100755 --- a/app/Views/viewinwardgateregister.php +++ b/app/Views/viewinwardgateregister.php @@ -356,10 +356,9 @@ -