From 9da15a8e5800c36ddcbd941b92180842f54d1e2f Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Mon, 13 Jan 2025 14:44:26 -0800 Subject: [PATCH] get button color correct --- resources/views/partials/bootstrap-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 51e9c7299b..136428870d 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -432,7 +432,7 @@ function licenseSeatInOutFormatter(value, row) { if(row.disabled) { - return '{{ trans('general.checkout') }}'; + return '{{ trans('general.checkout') }}'; } else // The user is allowed to check the license seat out and it's available if ((row.available_actions.checkout === true) && (row.user_can_checkout === true) && ((!row.asset_id) && (!row.assigned_to))) {