Merge pull request #12922 from snipe/fixes/12918_route_name_for_clone_locations

Fixed #12918 - wrong route for clone location
This commit is contained in:
snipe 2023-04-26 09:54:18 -07:00 committed by GitHub
commit 4c16dcf5d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ Route::group(['middleware' => 'auth'], function () {
Route::get('{locationId}/clone', Route::get('{locationId}/clone',
[LocationsController::class, 'getClone'] [LocationsController::class, 'getClone']
)->name('clone/license'); )->name('clone/location');
Route::get( Route::get(
'{locationId}/printassigned', '{locationId}/printassigned',