mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
chore: Linting Issues
This commit is contained in:
@@ -648,9 +648,11 @@ def get_ewb_data(dt, dn):
|
||||
|
||||
return data
|
||||
|
||||
|
||||
def is_intrastate_transfer_eway_bill(data):
|
||||
return data.fromGstin == data.toGstin
|
||||
|
||||
|
||||
@frappe.whitelist()
|
||||
def generate_ewb_json(dt, dn):
|
||||
dn = json.loads(dn)
|
||||
|
||||
Reference in New Issue
Block a user