Removed asset tag from accessory checkin markdown notification

This commit is contained in:
snipe 2020-09-11 16:06:02 -07:00
parent 514e7ca072
commit d3d64bd85c
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -11,7 +11,6 @@
| | | | | |
| ------------- | ------------- | | ------------- | ------------- |
| **{{ trans('mail.asset_name') }}** | {{ $item->name }} | | **{{ trans('mail.asset_name') }}** | {{ $item->name }} |
| **{{ trans('mail.asset_tag') }}** | {{ $item->asset_tag }} |
@if (isset($item->manufacturer)) @if (isset($item->manufacturer))
| **{{ trans('general.manufacturer') }}** | {{ $item->manufacturer->name }} | | **{{ trans('general.manufacturer') }}** | {{ $item->manufacturer->name }} |
@endif @endif