3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-02 14:29:30 +00:00

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

View File

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