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:
commit
4c16dcf5d0
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue