summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-09-04 15:31:58 -0700
committerMark Wells <mark@freeside.biz>2013-09-04 15:31:58 -0700
commit733ca73f21c1f9988bb90f33b2de7476fa01a631 (patch)
tree2f769dc05a5d4cd987b136e88d59047e9745d16c /httemplate/edit
parent1dc0b3496b1eff80b424a3f4a34d7006eb8844a5 (diff)
restore multiple inventory classes for non-hardware fields, #24784, from #21442
Diffstat (limited to 'httemplate/edit')
-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>