Compare commits

...

1 Commits

Author SHA1 Message Date
Aiirondev_dev 0199957545 Dubvug changes
Release Inventarsystem / release-docker (push) Successful in 2m14s
2026-08-11 21:35:08 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3314,7 +3314,7 @@ def api_library_items():
query = {
'ItemType': {'$in': ['book', 'cd', 'dvd', 'schoolbook', 'schulbuch', 'Buch', 'Schulbuch']},
#'IsGroupedSubItem': {'$ne': True},
'IsGroupedSubItem': {'$ne': True},
'Deleted': {'$ne': True}
}
+1 -1
View File
@@ -800,7 +800,7 @@
return `
<tr>
<td class="table-title">${escapeHtml(item.Name || 'Untitled')}</td>
<td>${escapeHtml(Item.ISBN || '-')}</td>
<td>${escapeHtml(item.ISBN || '-')}</td>
<td>${getItemTypeLabel(item.ItemType || 'book')}</td>
<td style="font-weight:600; text-align:center;">${item.Quantity || item.GroupedDisplayCount || 1}</td>
<td>