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 = () => {
|
||||
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);
|
||||
};
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user