Hi guys,
I want to validate from you guys if I am only experiencing this issue.
I have tried to get the list Payment Entry Reference from Payment Request. When I return specific fields like reference_name, parent and other fields, it only returns allocated_amount and parent.
let payment_entry_reference = await frappe.db.get_list("Payment Entry Reference", {
fields: ["reference_name", "parent","reference_doctype", "allocated_amount"]
});
console.log("Payment Entry References: ", payment_entry_reference);
Logs:
