Skip to content

Commit

Permalink
feat(Business Trip Region): show rates in list view
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Oct 24, 2024
1 parent e6732f7 commit 0a89a5d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,21 @@
"description": "For an absence of at least 24 hours per calendar day",
"fieldname": "whole_day",
"fieldtype": "Currency",
"in_list_view": 1,
"label": "Whole Day"
},
{
"description": "For the day of arrival and departure and for an absence of more than 8 hours per calendar day",
"fieldname": "arrival_or_departure",
"fieldtype": "Currency",
"in_list_view": 1,
"label": "Arrival or Departure"
},
{
"description": "Lump sum for accommodation expenses",
"fieldname": "accommodation",
"fieldtype": "Currency",
"in_list_view": 1,
"label": "Accommodation"
},
{
Expand All @@ -62,7 +65,7 @@
"link_fieldname": "region"
}
],
"modified": "2024-10-24 22:35:47.597779",
"modified": "2024-10-24 22:42:37.127349",
"modified_by": "Administrator",
"module": "ERPNext Germany",
"name": "Business Trip Region",
Expand Down

0 comments on commit 0a89a5d

Please sign in to comment.