summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/custom_fields/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/custom_fields/edit.html.tmpl')
-rw-r--r--template/en/default/admin/custom_fields/edit.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/custom_fields/edit.html.tmpl b/template/en/default/admin/custom_fields/edit.html.tmpl
index 4c1bbbeb0..755c3642c 100644
--- a/template/en/default/admin/custom_fields/edit.html.tmpl
+++ b/template/en/default/admin/custom_fields/edit.html.tmpl
@@ -125,9 +125,9 @@
[% ' selected="selected"'
IF field.visibility_value.id == value.id %]>
[% IF field.visibility_field.name == 'component' %]
- [% value.product.name FILTER html %]:
+ [% display_value('product', value.product.name) FILTER html %]:
[% END %]
- [%+ value.name FILTER html %]
+ [%+ display_value(field.visibility_field.name, value.name) FILTER html %]
</option>
[% END %]
</select>