This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user