Changes so the edeting function can also adeit all the Codes and the entire mamunt of an itemgroup
Release Inventarsystem / release-docker (push) Successful in 2m14s

This commit is contained in:
2026-08-11 23:58:23 +02:00
parent 08bea97f0f
commit cdb7319c56
+1 -1
View File
@@ -6416,7 +6416,7 @@ def item_edit(id):
show_library = cfg.MODULES.is_enabled('library')
return render_template(
'item_edit.html',
'edit_library.html',
username=session['username'],
item=item,
library_module_enabled=show_library,