@@ -230,7 +230,7 @@ export function* onSendPasswordResetStart() {
|
|||||||
export function* sendPasswordResetEmailSaga({ payload }) {
|
export function* sendPasswordResetEmailSaga({ payload }) {
|
||||||
try {
|
try {
|
||||||
yield sendPasswordResetEmail(auth, payload, {
|
yield sendPasswordResetEmail(auth, payload, {
|
||||||
url: "https://imex.online/passwordreset",
|
url: "https://romeonline.io/passwordreset",
|
||||||
});
|
});
|
||||||
|
|
||||||
yield put(sendPasswordResetSuccess());
|
yield put(sendPasswordResetSuccess());
|
||||||
|
|||||||
@@ -277,7 +277,7 @@ async function CalculateRatesTotals({ job, client }) {
|
|||||||
amount: Math.round((item.act_price || 0) * 100),
|
amount: Math.round((item.act_price || 0) * 100),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (item.line_desc.toLowerCase().includes("hazardous waste")) {
|
if (item.line_desc?.toLowerCase().includes("hazardous waste")) {
|
||||||
hasMahwLine = item;
|
hasMahwLine = item;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user