refactor(test): reference details will have account
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)
|
||||
expected_response = {
|
||||
"account": pe.paid_from,
|
||||
"total_amount": 5000.0,
|
||||
"outstanding_amount": 5000.0,
|
||||
"exchange_rate": 1.0,
|
||||
|
||||
Reference in New Issue
Block a user