From 5226d507d4ebafe4ef357b212ca91b76f54f5065 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 3 Dec 2024 21:22:03 +0000 Subject: [PATCH] Updated route Signed-off-by: snipe --- resources/views/locations/view.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/locations/view.blade.php b/resources/views/locations/view.blade.php index 4cfdad90b7..178862c804 100644 --- a/resources/views/locations/view.blade.php +++ b/resources/views/locations/view.blade.php @@ -333,7 +333,7 @@ data-click-to-select="true" id="accessoriesAssignedListingTable" class="table table-striped snipe-table" - data-url="{{route('api.locations.assigned_accessories', ['location' => $location, 'assigned_to' => $location->id]) }}" + data-url="{{ route('api.locations.assigned_accessories', ['location' => $location]) }}" data-export-options='{ "fileName": "export-locations-{{ str_slug($location->name) }}-accessories-{{ date('Y-m-d') }}", "ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]