fix: Added a missing option to the currency field (backport #52528) (#52587)

fix: Added a missing option to the currency field (#52528)

(cherry picked from commit da07f84e44)

Co-authored-by: El-Shafei H. <el.shafei.developer@gmail.com>
This commit is contained in:
mergify[bot]
2026-02-09 21:01:04 +00:00
committed by GitHub
parent ffd9b248f6
commit 1c3fe000ba

View File

@@ -50,6 +50,7 @@
"fieldname": "amount",
"fieldtype": "Currency",
"label": "Amount",
"options": "currency",
"read_only": 1
},
{