assigned issues fixed
This commit is contained in:
parent
8d26dd8cdb
commit
87ad103aab
@ -1294,7 +1294,7 @@
|
|||||||
// let fieldName = str.replace(/([a-z])([A-Z])/g, '$1 $2');
|
// let fieldName = str.replace(/([a-z])([A-Z])/g, '$1 $2');
|
||||||
let sentence = " ";
|
let sentence = " ";
|
||||||
if (parseInt(record.is_add) === 1) {
|
if (parseInt(record.is_add) === 1) {
|
||||||
sentence += "1"+record.IGR_No + " was Created by "+record.FullName+ " on "+record.indian_date+" at "+record.indian_time+" </br></br>";
|
sentence += record.IGR_No + " was Created by "+record.FullName+ " on "+record.indian_date+" at "+record.indian_time+" </br></br>";
|
||||||
|
|
||||||
if (record.field === "IGRStatus") {
|
if (record.field === "IGRStatus") {
|
||||||
str1 = record.new_data;
|
str1 = record.new_data;
|
||||||
|
|||||||
@ -1748,7 +1748,7 @@
|
|||||||
// let fieldName = str.replace(/([a-z])([A-Z])/g, '$1 $2');
|
// let fieldName = str.replace(/([a-z])([A-Z])/g, '$1 $2');
|
||||||
let sentence = " ";
|
let sentence = " ";
|
||||||
if (parseInt(record.is_add) === 1) {
|
if (parseInt(record.is_add) === 1) {
|
||||||
sentence += "1"+record.IGR_No + " was Created by "+record.FullName+ " on "+record.indian_date+" at "+record.indian_time+" </br></br>";
|
sentence += record.IGR_No + " was Created by "+record.FullName+ " on "+record.indian_date+" at "+record.indian_time+" </br></br>";
|
||||||
|
|
||||||
if (record.field === "IGRStatus") {
|
if (record.field === "IGRStatus") {
|
||||||
str1 = record.new_data;
|
str1 = record.new_data;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user