mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
refactor(test): reference details will have account
(cherry picked from commit 158112896e)
This commit is contained in:
@@ -1084,6 +1084,7 @@ class TestPaymentEntry(FrappeTestCase):
|
|||||||
|
|
||||||
ref_details = get_reference_details(so.doctype, so.name, pe.paid_from_account_currency)
|
ref_details = get_reference_details(so.doctype, so.name, pe.paid_from_account_currency)
|
||||||
expected_response = {
|
expected_response = {
|
||||||
|
"account": pe.paid_from,
|
||||||
"total_amount": 5000.0,
|
"total_amount": 5000.0,
|
||||||
"outstanding_amount": 5000.0,
|
"outstanding_amount": 5000.0,
|
||||||
"exchange_rate": 1.0,
|
"exchange_rate": 1.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user