fix(india): transporter name is null while generating e-way bill (#30736)
(cherry picked from commit 6291b28c37f02380001ab68b3a660b2804383ab2)
This commit is contained in:
parent
5d0a6c1e64
commit
54a05075f3
@ -1074,7 +1074,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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user