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