IO-1325 Populate 3rd party payer modal correctly.

This commit is contained in:
Patrick Fic
2022-09-01 16:39:05 -07:00
parent 637a33e670
commit e10196bb62

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);
};