mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Fixed #18520 - use plain_text_company
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
{{-- Item Type --}}
|
||||
<td>{{ $item->type }}</td>
|
||||
{{-- Company name --}}
|
||||
<td>{{ $item->company }}</td>
|
||||
<td>{{ $item->plain_text_company }}</td>
|
||||
|
||||
{{-- Category --}}
|
||||
<td>{{ $item->plain_text_category }}</td>
|
||||
|
||||
Reference in New Issue
Block a user