removed unnecessary code
This commit is contained in:
@@ -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') {
|
||||
|
||||
@@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user