@@ -188,7 +188,7 @@ const mapStateToProps = createStructuredSelector({
|
|||||||
export function Manage({ match, conflict, bodyshop }) {
|
export function Manage({ match, conflict, bodyshop }) {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const widgetId = "IABVNO4scRKY11XBQkNr";
|
const widgetId = "mQdqARMzkZRUVugJ6TdS";
|
||||||
window.noticeable.render("widget", widgetId);
|
window.noticeable.render("widget", widgetId);
|
||||||
try {
|
try {
|
||||||
requestForToken();
|
requestForToken();
|
||||||
|
|||||||
@@ -368,7 +368,7 @@ async function CalculateRatesTotals({ job, client }) {
|
|||||||
rates_subtotal = rates_subtotal.add(ret[property].total);
|
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 (
|
if (
|
||||||
stlMahw &&
|
stlMahw &&
|
||||||
|
|||||||
Reference in New Issue
Block a user