fix: Remove extra space

This commit is contained in:
Deepesh Garg 2021-04-30 15:33:33 +05:30
parent 1deef5229e
commit 88d40e8dc4

View File

@ -62,7 +62,7 @@ def get_report_pdf(doc, consolidated=True):
ageing[0]['ageing_based_on'] = doc.ageing_based_on
tax_id = frappe.get_doc('Customer', entry.customer).tax_id
presentation_currency = get_party_account_currency('Customer', entry.customer, doc.company) \
presentation_currency = get_party_account_currency('Customer', entry.customer, doc.company) \
or doc.currency or get_company_currency(doc.company)
filters= frappe._dict({