Fix of an missing parethasys
Release Inventarsystem / release-docker (push) Has been cancelled

This commit is contained in:
2026-08-11 01:52:06 +02:00
parent ee9ef3df6f
commit 7290fb4ed1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -800,7 +800,7 @@
return `
<tr>
<td class="table-title">${escapeHtml(item.Name || 'Untitled')}</td>
<td>${escapeHtml(item.ISBN || item.Code_4 || item.Code4 || '-')}</td>
<td>${escapeHtml(item.Code_4 || item.Code4 || '-')}</td>
<td>${getItemTypeLabel(item.ItemType || 'book')}</td>
<td style="font-weight:600; text-align:center;">${item.Quantity || item.GroupedDisplayCount || 1}</td>
<td>