fix(india): transporter name is null while generating e-way bill (#30736)

This commit is contained in:
FinByz Tech Pvt. Ltd
2022-04-19 16:26:56 +05:30
committed by GitHub
parent 377c37a99f
commit 6291b28c37

View File

@@ -1073,7 +1073,7 @@ class GSPConnector:
"Distance": cint(eway_bill_details.distance),
"TransMode": eway_bill_details.mode_of_transport,
"TransId": eway_bill_details.gstin,
"TransName": eway_bill_details.transporter,
"TransName": eway_bill_details.name,
"TrnDocDt": eway_bill_details.document_date,
"TrnDocNo": eway_bill_details.document_name,
"VehNo": eway_bill_details.vehicle_no,