remove unrelated change
This commit is contained in:
parent
24bb679305
commit
6bb0927f26
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class CheckinAssetNotification extends Notification
|
|||
KeyValue::create(
|
||||
trans('mail.checked_into') ?: '',
|
||||
$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))
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue