mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
remove unrelated change
This commit is contained in:
parent
24bb679305
commit
6bb0927f26
|
@ -143,7 +143,7 @@ class CheckinAssetNotification extends Notification
|
||||||
KeyValue::create(
|
KeyValue::create(
|
||||||
trans('mail.checked_into') ?: '',
|
trans('mail.checked_into') ?: '',
|
||||||
$item->location->name ? $item->location->name : '',
|
$item->location->name ? $item->location->name : '',
|
||||||
trans('admin/hardware/form.status').": ".$item->assetstatus?->name,
|
trans('admin/hardware/form.status').": ".$item->assetstatus->name,
|
||||||
)
|
)
|
||||||
->onClick(route('hardware.show', $item->id))
|
->onClick(route('hardware.show', $item->id))
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue