IO-1325 Populate 3rd party payer modal correctly.
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);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user