Skip to content

Commit 01327c3

Browse files
cconard96trasher
authored andcommitted
fix agent form save
1 parent 0a5c9a5 commit 01327c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/pages/admin/inventory/agent.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
__('Item link'),
8282
field_options
8383
) }}
84-
<input type="hidden" name="items_id" value="{{ items.fields['items_id'] }}">
84+
<input type="hidden" name="items_id" value="{{ item.fields['items_id'] }}">
8585

8686
{% set versions %}
8787
{% set versions_array = call("importArrayFromDB", [versions_field]) %}

0 commit comments

Comments
 (0)