From 87ad103aabc020eea0cab8e7d1dddda0f9aa6950 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Fri, 16 May 2025 13:17:48 +0000 Subject: [PATCH] assigned issues fixed --- app/Views/accountsDashboard.php | 2 +- app/Views/viewinwardgateregister.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Views/accountsDashboard.php b/app/Views/accountsDashboard.php index 04e14a3a..711cc512 100644 --- a/app/Views/accountsDashboard.php +++ b/app/Views/accountsDashboard.php @@ -1294,7 +1294,7 @@ // let fieldName = str.replace(/([a-z])([A-Z])/g, '$1 $2'); let sentence = " "; if (parseInt(record.is_add) === 1) { - sentence += "1"+record.IGR_No + " was Created by "+record.FullName+ " on "+record.indian_date+" at "+record.indian_time+"

"; + sentence += record.IGR_No + " was Created by "+record.FullName+ " on "+record.indian_date+" at "+record.indian_time+"

"; if (record.field === "IGRStatus") { str1 = record.new_data; diff --git a/app/Views/viewinwardgateregister.php b/app/Views/viewinwardgateregister.php index 9deeaeef..e3c5c836 100755 --- a/app/Views/viewinwardgateregister.php +++ b/app/Views/viewinwardgateregister.php @@ -1748,7 +1748,7 @@ // let fieldName = str.replace(/([a-z])([A-Z])/g, '$1 $2'); let sentence = " "; if (parseInt(record.is_add) === 1) { - sentence += "1"+record.IGR_No + " was Created by "+record.FullName+ " on "+record.indian_date+" at "+record.indian_time+"

"; + sentence += record.IGR_No + " was Created by "+record.FullName+ " on "+record.indian_date+" at "+record.indian_time+"

"; if (record.field === "IGRStatus") { str1 = record.new_data;