From a6f5b88f9b275c2122dc1c23cee3b86a7f3118b4 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:59:58 +0000 Subject: [PATCH] fix: Added a missing option to the currency field (backport #52528) (#52586) fix: Added a missing option to the currency field (#52528) (cherry picked from commit da07f84e4474a9873e2bcb4f8ce8bc97eb2d3b5d) Co-authored-by: El-Shafei H. --- .../advance_payment_ledger_entry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.json b/erpnext/accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.json index 35a3196c140..76e64ff4fa1 100644 --- a/erpnext/accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.json +++ b/erpnext/accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.json @@ -48,6 +48,7 @@ "fieldname": "amount", "fieldtype": "Currency", "label": "Amount", + "options": "currency", "read_only": 1 }, {