Fixed #18520 - use plain_text_company

This commit is contained in:
snipe
2026-02-10 11:10:48 +00:00
parent 6791ddd911
commit 0874b853a0

View File

@@ -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>