@@ -230,7 +230,7 @@ export function* onSendPasswordResetStart() {
|
||||
export function* sendPasswordResetEmailSaga({ payload }) {
|
||||
try {
|
||||
yield sendPasswordResetEmail(auth, payload, {
|
||||
url: "https://imex.online/passwordreset",
|
||||
url: "https://romeonline.io/passwordreset",
|
||||
});
|
||||
|
||||
yield put(sendPasswordResetSuccess());
|
||||
|
||||
@@ -277,7 +277,7 @@ async function CalculateRatesTotals({ job, client }) {
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user