This commit is contained in:
2022-03-28 21:29:08 +00:00
parent 98526b196d
commit 005f401b2d

View File

@@ -485,6 +485,22 @@ function cleanData(dat, atype) {
]
);
break;
case window.$gz.type.TravelRate:
allowedProps.push(
...[
"Name",
"Active",
"Notes",
"Wiki",
"Tags",
"AccountNumber",
"Cost",
"Charge",
"Unit",
"ContractOnly"
]
);
break;
}
//Strip out any records that have fields not on our allowed list