Skip to content

Commit

Permalink
fix(Expense Claim): description not saved (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
krantheman authored Jan 8, 2024
1 parent 513a39a commit 60a2622
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
},
{
"fetch_from": "expense_type.description",
"fetch_if_empty": 1,
"fieldname": "description",
"fieldtype": "Text Editor",
"in_list_view": 1,
Expand Down Expand Up @@ -128,7 +129,7 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2023-08-07 14:07:19.298844",
"modified": "2024-01-08 11:47:28.315381",
"modified_by": "Administrator",
"module": "HR",
"name": "Expense Claim Detail",
Expand Down

0 comments on commit 60a2622

Please sign in to comment.