[freeside-commits] branch master updated. 4c95e6a5b3afd7f00c33e3a4802da8fd59d80541
Mark Wells
mark at 420.am
Wed Sep 4 15:32:47 PDT 2013
The branch, master has been updated
via 4c95e6a5b3afd7f00c33e3a4802da8fd59d80541 (commit)
from d56135c1e98194db7ad91cb12ef5944543180a0e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4c95e6a5b3afd7f00c33e3a4802da8fd59d80541
Author: Mark Wells <mark at freeside.biz>
Date: Wed Sep 4 15:32:38 2013 -0700
restore multiple inventory classes for non-hardware fields, #24784, from #21442
diff --git a/httemplate/edit/elements/part_svc_column.html b/httemplate/edit/elements/part_svc_column.html
index aa3c647..ddfc85c 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>
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/elements/part_svc_column.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list