summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-09-04 15:32:38 -0700
committerMark Wells <mark@freeside.biz>2013-09-04 15:32:38 -0700
commit4c95e6a5b3afd7f00c33e3a4802da8fd59d80541 (patch)
treedf47be611b5182e43c5b5989e9810c0b6194fcc6
parentd56135c1e98194db7ad91cb12ef5944543180a0e (diff)
restore multiple inventory classes for non-hardware fields, #24784, from #21442
-rw-r--r--httemplate/edit/elements/part_svc_column.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/elements/part_svc_column.html b/httemplate/edit/elements/part_svc_column.html
index aa3c647b8..ddfc85cfc 100644
--- a/httemplate/edit/elements/part_svc_column.html
+++ b/httemplate/edit/elements/part_svc_column.html
@@ -220,7 +220,7 @@ that field.
'name_col' => 'classname',
'curr_value' => $value,
'empty_label' => "Select $mode class",
- 'multiple' => 0,
+ 'multiple' => $multiple,
&>
% }
</TD>