.
This commit is contained in:
@ -178,11 +178,11 @@
|
||||
if (j === "Status")
|
||||
r[j] = { DisplayValue: r["Status"] === 1 ? "Active" : "Inactive", Value: r[j] };
|
||||
else if (j === "AddDate")
|
||||
r[j] = { DisplayValue: r["AddDateStr"], Value: r["AddDateStr1"] };
|
||||
r[j] = { DisplayValue: r["AddDateStr"], Value: r[j] };
|
||||
else if (j === "InvoiceDate")
|
||||
r[j] = { DisplayValue: r["InvoiceDateStr"], Value: r[j] };
|
||||
else if (j === "ServiceStartDate")
|
||||
r[j] = { DisplayValue: r["ServiceStartDateStr"], Value: r["ServiceStartDateStr1"] };
|
||||
r[j] = { DisplayValue: r["ServiceStartDateStr"], Value: r[j] };
|
||||
else if (j === "EngineHoursDate")
|
||||
r[j] = { DisplayValue: r["EngineHoursDateStr"], Value: r[j] };
|
||||
else if (j === "EngineHours")
|
||||
@ -548,7 +548,7 @@
|
||||
type: 3,
|
||||
key: 'checked',
|
||||
allcheck: true,
|
||||
width: 30,
|
||||
width: 45,
|
||||
align: 'center'
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user