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
Release Inventarsystem / release-docker (push) Successful in 2m14s
This commit is contained in:
+1
-1
@@ -6416,7 +6416,7 @@ def item_edit(id):
|
|||||||
show_library = cfg.MODULES.is_enabled('library')
|
show_library = cfg.MODULES.is_enabled('library')
|
||||||
|
|
||||||
return render_template(
|
return render_template(
|
||||||
'item_edit.html',
|
'edit_library.html',
|
||||||
username=session['username'],
|
username=session['username'],
|
||||||
item=item,
|
item=item,
|
||||||
library_module_enabled=show_library,
|
library_module_enabled=show_library,
|
||||||
|
|||||||
Reference in New Issue
Block a user