fix(accounts): Validate gst accounts defined in GST Settings in eway bill report
This commit is contained in:
parent
c338188ce2
commit
8c2a2c8f60
@ -118,6 +118,9 @@ def set_taxes(row, filters):
|
||||
},
|
||||
fields=account_list)
|
||||
|
||||
if not taxes_list:
|
||||
frappe.throw(_("Please set GST Accounts in GST Settings"))
|
||||
|
||||
item_tax_rate = {}
|
||||
|
||||
for tax in taxes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user