From eb9207d0fed5d204b9497826d5d049050a75bd30 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 15 Dec 2016 12:14:16 -0800 Subject: [PATCH] Fixed license routes in getDataTable --- app/Http/Controllers/LicensesController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/LicensesController.php b/app/Http/Controllers/LicensesController.php index 6492ba4662..9231d55bc1 100755 --- a/app/Http/Controllers/LicensesController.php +++ b/app/Http/Controllers/LicensesController.php @@ -992,12 +992,12 @@ class LicensesController extends Controller . '" class="btn btn-info btn-sm" style="margin-right:5px;" title="Clone license">'; } if (Gate::allows('licenses.edit')) { - $actions .= 'id) . '" class="btn btn-warning btn-sm" style="margin-right:5px;">'; } if (Gate::allows('licenses.delete')) { $actions .= ''; } $actions .='';