Merged in releaase/2022-09-02 (pull request #573)
releaase/2022-09-02 Approved-by: Patrick Fic
This commit is contained in:
@@ -35,8 +35,8 @@ export function Jobd3RdPartyModal({ bodyshop, jobId, job }) {
|
|||||||
const showModal = () => {
|
const showModal = () => {
|
||||||
form.setFieldsValue({
|
form.setFieldsValue({
|
||||||
ded_amt: job.ded_amt,
|
ded_amt: job.ded_amt,
|
||||||
deprecieation: job.depreciation_taxes,
|
depreciation: job.depreciation_taxes,
|
||||||
cust_gst: job.cust_gst,
|
custgst: job.ca_customer_gst,
|
||||||
});
|
});
|
||||||
setIsModalVisible(true);
|
setIsModalVisible(true);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -53,7 +53,6 @@ export const requestForToken = () => {
|
|||||||
})
|
})
|
||||||
.then((currentToken) => {
|
.then((currentToken) => {
|
||||||
if (currentToken) {
|
if (currentToken) {
|
||||||
console.log("current token for client: ", currentToken);
|
|
||||||
window.sessionStorage.setItem("fcmtoken", currentToken);
|
window.sessionStorage.setItem("fcmtoken", currentToken);
|
||||||
// Perform any other necessary action with the token
|
// Perform any other necessary action with the token
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user