fix: eway bill version changed to 1.0.0421 (#27077)

This commit is contained in:
Frappe PR Bot
2021-08-23 15:43:06 +05:30
committed by GitHub
parent dbca11071e
commit 6814509f07

View File

@@ -475,7 +475,7 @@ def get_ewb_data(dt, dn):
ewaybills.append(data)
data = {
'version': '1.0.1118',
'version': '1.0.0421',
'billLists': ewaybills
}