Merged in feature/america (pull request #792)

Feature/america
This commit is contained in:
Patrick Fic
2023-05-18 22:00:12 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ const mapStateToProps = createStructuredSelector({
export function Manage({ match, conflict, bodyshop }) {
const { t } = useTranslation();
useEffect(() => {
const widgetId = "IABVNO4scRKY11XBQkNr";
const widgetId = "mQdqARMzkZRUVugJ6TdS";
window.noticeable.render("widget", widgetId);
try {
requestForToken();

View File

@@ -368,7 +368,7 @@ async function CalculateRatesTotals({ job, client }) {
rates_subtotal = rates_subtotal.add(ret[property].total);
}
const stlMahw = job.cieca_stl.data.find((c) => c.ttl_typecd === "MAHW");
const stlMahw = job.cieca_stl?.data.find((c) => c.ttl_typecd === "MAHW");
if (
stlMahw &&