fix: avoid "string" in None condition

This commit is contained in:
Raffael Meyer 2021-12-26 02:15:57 +01:00 committed by GitHub
parent cfb6b26e47
commit 52397c9771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,8 @@ def execute():
'itc_central_tax': 0,
'itc_cess_amount': 0
})
if not gst_accounts:
continue
if d.account_head in gst_accounts.get('igst_account'):
amount_map[d.parent]['itc_integrated_tax'] += d.amount