Skip to content

Commit cf37e12

Browse files
authored
Merge pull request #1319 from efeone/TASK-2025-02683
Add Ignore user permission in the tripsheet and bureau trip sheet doctype
2 parents fa30fd6 + a3690a4 commit cf37e12

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

beams/beams/doctype/bureau_trip_details/bureau_trip_details.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
"fieldtype": "Section Break"
141141
},
142142
{
143-
"description": "Daily Batta Without Food Allowance",
144143
"fieldname": "daily_batta",
145144
"fieldtype": "Currency",
146145
"in_list_view": 1,
@@ -198,7 +197,7 @@
198197
"index_web_pages_for_search": 1,
199198
"istable": 1,
200199
"links": [],
201-
"modified": "2025-10-02 11:25:52.888802",
200+
"modified": "2025-11-19 15:20:43.780054",
202201
"modified_by": "Administrator",
203202
"module": "BEAMS",
204203
"name": "Bureau Trip Details",
@@ -207,4 +206,4 @@
207206
"sort_field": "modified",
208207
"sort_order": "DESC",
209208
"states": []
210-
}
209+
}

beams/beams/doctype/bureau_trip_sheet/bureau_trip_sheet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244
{
245245
"fieldname": "employees",
246246
"fieldtype": "Table MultiSelect",
247+
"ignore_user_permissions": 1,
247248
"label": "Employees",
248249
"options": "Employees"
249250
},
@@ -258,7 +259,7 @@
258259
"index_web_pages_for_search": 1,
259260
"is_submittable": 1,
260261
"links": [],
261-
"modified": "2025-11-11 13:59:02.866885",
262+
"modified": "2025-11-19 14:46:18.341478",
262263
"modified_by": "Administrator",
263264
"module": "BEAMS",
264265
"name": "Bureau Trip Sheet",

beams/beams/doctype/trip_sheet/trip_sheet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@
234234
{
235235
"fieldname": "employees",
236236
"fieldtype": "Table MultiSelect",
237+
"ignore_user_permissions": 1,
237238
"label": "Employees",
238239
"options": "Employees"
239240
}
@@ -246,7 +247,7 @@
246247
"link_fieldname": "trip_sheet"
247248
}
248249
],
249-
"modified": "2025-11-07 11:25:27.747808",
250+
"modified": "2025-11-19 14:46:36.960867",
250251
"modified_by": "Administrator",
251252
"module": "BEAMS",
252253
"name": "Trip Sheet",

beams/beams/doctype/work_detail/work_detail.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"read_only": 1
5656
},
5757
{
58-
"description": "Daily Batta Without Food Allowance",
5958
"fieldname": "daily_batta",
6059
"fieldtype": "Currency",
6160
"in_list_view": 1,
@@ -183,7 +182,7 @@
183182
"index_web_pages_for_search": 1,
184183
"istable": 1,
185184
"links": [],
186-
"modified": "2025-11-06 17:01:03.359336",
185+
"modified": "2025-11-19 14:40:30.451617",
187186
"modified_by": "Administrator",
188187
"module": "BEAMS",
189188
"name": "Work Detail",

0 commit comments

Comments
 (0)