fix: linting

This commit is contained in:
Mangesh-Khairnar 2019-07-05 15:21:45 +05:30 committed by GitHub
parent 0f065d5de1
commit ee01ba5879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,5 +13,5 @@ def execute():
WHERE WHERE
`tabGL Entry`.voucher_no = `tab{doctype}`.name and `tabGL Entry`.party is not null `tabGL Entry`.voucher_no = `tab{doctype}`.name and `tabGL Entry`.party is not null
and `tabGL Entry`.voucher_type in ('Sales Invoice', 'Purchase Invoice', 'Journal Entry') and `tabGL Entry`.voucher_type in ('Sales Invoice', 'Purchase Invoice', 'Journal Entry')
and account in (select name from `tabAccount` where account_type in ('Receivable', 'Payable') )""" and account in (select name from `tabAccount` where account_type in ('Receivable', 'Payable') )""" #nosec
.format(doctype=doctype)) .format(doctype=doctype))