Merged in releaase/2022-09-02 (pull request #573)

releaase/2022-09-02

Approved-by: Patrick Fic
This commit is contained in:
Patrick Fic
2022-09-01 23:49:36 +00:00
2 changed files with 2 additions and 3 deletions

View File

@@ -35,8 +35,8 @@ export function Jobd3RdPartyModal({ bodyshop, jobId, job }) {
const showModal = () => {
form.setFieldsValue({
ded_amt: job.ded_amt,
deprecieation: job.depreciation_taxes,
cust_gst: job.cust_gst,
depreciation: job.depreciation_taxes,
custgst: job.ca_customer_gst,
});
setIsModalVisible(true);
};

View File

@@ -53,7 +53,6 @@ export const requestForToken = () => {
})
.then((currentToken) => {
if (currentToken) {
console.log("current token for client: ", currentToken);
window.sessionStorage.setItem("fcmtoken", currentToken);
// Perform any other necessary action with the token
} else {