fix(india): transporter name is null while generating e-way bill (#30736)
This commit is contained in:
committed by
GitHub
parent
377c37a99f
commit
6291b28c37
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user