This commit is contained in:
2022-03-28 21:20:18 +00:00
parent c2c09e3f7f
commit 98526b196d

View File

@@ -469,6 +469,22 @@ function cleanData(dat, atype) {
] ]
); );
break; break;
case window.$gz.type.ServiceRate:
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 //Strip out any records that have fields not on our allowed list