removed unnecessary code

This commit is contained in:
Godfrey M
2025-04-08 11:51:29 -07:00
parent 1ad96e891b
commit 17b8ea9c86
2 changed files with 0 additions and 8 deletions

View File

@@ -1481,13 +1481,6 @@ class Helper
$redirect_option = Session::get('redirect_option');
$checkout_to_type = Session::get('checkout_to_type');
$checkedInBy = Session::get('checkedInBy');
// dd([
// 'called from' => __FILE__,
// 'line' => __LINE__,
// 'redirect_option' => Session::get('redirect_option'),
// 'checkout_to_type' => Session::get('checkout_to_type'),
// 'target_id_param' => $checkedInBy,
// ]);
// return to index
if ($redirect_option == 'index') {

View File

@@ -62,7 +62,6 @@
:options="[
'index' => trans('admin/hardware/form.redirect_to_all', ['type' => trans('general.components')]),
'item' => trans('admin/hardware/form.redirect_to_type', ['type' => trans('general.component')]),
'target' => trans('admin/hardware/form.redirect_to_type', ['type' => trans('general.user')]),
]"
/>
</div> <!-- /.box-->