[fix] syntax errors

This commit is contained in:
Rushabh Mehta
2018-05-16 12:03:39 +05:30
parent d60c0f2292
commit b56f3d0689
8 changed files with 174 additions and 174 deletions

View File

@@ -602,7 +602,7 @@ def get_outstanding_invoices(party_type, party, account, condition=None):
invoice = 'Sales Invoice' if erpnext.get_party_account_type(party_type) == 'Receivable' else 'Purchase Invoice'
held_invoices = get_held_invoices(party_type, party)
invoice_list = frappe.db.sql("""
invoice_list = frappe.db.sql("""
select
voucher_no, voucher_type, posting_date, ifnull(sum({dr_or_cr}), 0) as invoice_amount,
(