mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Added notes back to audit email
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
@if ($asset->assignedTo)
|
||||
| **{{ trans('mail.assigned_to') }}** | {{ e($asset->assignedTo->present()->display_name) }} |
|
||||
@endif
|
||||
@if ($asset->notes)
|
||||
| **{{ trans('general.notes') }}** | {{ e($asset->notes) }} |
|
||||
@endif
|
||||
| <hr> | <hr> |
|
||||
@endforeach
|
||||
</x-mail::table>
|
||||
|
||||
Reference in New Issue
Block a user