mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-21 10:26:30 +00:00
fix: show general ledger in doc currency in Process Statement Of Accounts
(cherry picked from commit 998f6a29a4)
This commit is contained in:
@@ -129,8 +129,8 @@ def get_statement_dict(doc, get_statement_dict=False):
|
|||||||
|
|
||||||
tax_id = frappe.get_doc("Customer", entry.customer).tax_id
|
tax_id = frappe.get_doc("Customer", entry.customer).tax_id
|
||||||
presentation_currency = (
|
presentation_currency = (
|
||||||
get_party_account_currency("Customer", entry.customer, doc.company)
|
doc.currency
|
||||||
or doc.currency
|
or get_party_account_currency("Customer", entry.customer, doc.company)
|
||||||
or get_company_currency(doc.company)
|
or get_company_currency(doc.company)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user