From b3ed579008184233721f4eb277c4c1375f949232 Mon Sep 17 00:00:00 2001 From: krantheman Date: Thu, 10 Oct 2024 12:55:54 +0530 Subject: [PATCH] feat(Shift Location): add Shift Assignment connection --- hrms/hr/doctype/shift_location/shift_location.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hrms/hr/doctype/shift_location/shift_location.json b/hrms/hr/doctype/shift_location/shift_location.json index 39e2f69553..a977f60276 100644 --- a/hrms/hr/doctype/shift_location/shift_location.json +++ b/hrms/hr/doctype/shift_location/shift_location.json @@ -59,8 +59,13 @@ "label": "Fetch Geolocation" } ], - "links": [], - "modified": "2024-07-04 15:11:06.272970", + "links": [ + { + "link_doctype": "Shift Assignment", + "link_fieldname": "shift_location" + } + ], + "modified": "2024-10-10 12:54:26.209170", "modified_by": "Administrator", "module": "HR", "name": "Shift Location",