diff --git a/Web/app.py b/Web/app.py index 1869a10..b671e74 100755 --- a/Web/app.py +++ b/Web/app.py @@ -3787,6 +3787,7 @@ def api_item_detail(item_id):
ISBN: {html.escape(str(item.get('ISBN', item.get('Code4', '-'))))}
Anzahl: {html.escape(str(item.get('SeriesCount', '-')))}
+Code: {html.escape(str(item.get('Code_4', '-')))}
Ort: {html.escape(str(item.get('Ort', '-')))}
Typ: {html.escape(str(item.get('ItemType', '-')))}
Kategorie: {html.escape(str(item.get('library_category', '-')))}
diff --git a/Web/templates/library_table.html b/Web/templates/library_table.html index 8f77143..3e7badc 100644 --- a/Web/templates/library_table.html +++ b/Web/templates/library_table.html @@ -800,7 +800,7 @@ return `