Skip to content

Commit 0bc9307

Browse files
committed
chore: return_amount field in advances child table
1 parent bc36994 commit 0bc9307

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hrms/hr/doctype/expense_claim_advance/expense_claim_advance.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@
8888
},
8989
{
9090
"fieldname": "return_amount",
91-
"fieldtype": "Data",
92-
"in_list_view": 1,
93-
"label": "Returned Amount"
91+
"fieldtype": "Currency",
92+
"label": "Returned Amount",
93+
"options": "Company:company:default_currency"
9494
}
9595
],
9696
"istable": 1,
9797
"links": [],
98-
"modified": "2024-11-07 13:00:58.402981",
98+
"modified": "2024-11-25 19:53:00.024597",
9999
"modified_by": "Administrator",
100100
"module": "HR",
101101
"name": "Expense Claim Advance",

0 commit comments

Comments
 (0)