We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5c9a5 commit 01327c3Copy full SHA for 01327c3
templates/pages/admin/inventory/agent.html.twig
@@ -81,7 +81,7 @@
81
__('Item link'),
82
field_options
83
) }}
84
- <input type="hidden" name="items_id" value="{{ items.fields['items_id'] }}">
+ <input type="hidden" name="items_id" value="{{ item.fields['items_id'] }}">
85
86
{% set versions %}
87
{% set versions_array = call("importArrayFromDB", [versions_field]) %}
0 commit comments