Skip to content

Commit

Permalink
fix: update return_amount field's display property
Browse files Browse the repository at this point in the history
  • Loading branch information
AyshaHakeem committed Jan 29, 2025
1 parent 542cb89 commit c3e4e05
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,17 @@
"fieldtype": "Column Break"
},
{
"depends_on": "return_amount",
"fieldname": "return_amount",
"fieldtype": "Currency",
"label": "Returned Amount",
"options": "Company:company:default_currency"
"options": "Company:company:default_currency",
"read_only": 1
}
],
"istable": 1,
"links": [],
"modified": "2024-11-25 19:53:00.024597",
"modified": "2025-01-29 15:22:37.971097",
"modified_by": "Administrator",
"module": "HR",
"name": "Expense Claim Advance",
Expand Down

0 comments on commit c3e4e05

Please sign in to comment.