commit | 88d40e8dc477361ce257bf22d8f8cf5088e1f6a8 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Fri Apr 30 15:33:33 2021 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Fri Apr 30 15:33:33 2021 +0530 |
tree | c997df255c7bfea407001a8f4cd4b3d2dc6575ff | |
parent | 1deef5229e36f5fc758c9980a8638ae222ca273d [diff] |
fix: Remove extra space
diff --git a/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py b/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py index 62090c0..a0dbff3 100644 --- a/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py +++ b/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
@@ -62,7 +62,7 @@ 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({