[freeside-commits] branch FREESIDE_3_BRANCH updated. 733ca73f21c1f9988bb90f33b2de7476fa01a631

Mark Wells mark at 420.am
Wed Sep 4 15:32:46 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  733ca73f21c1f9988bb90f33b2de7476fa01a631 (commit)
      from  1dc0b3496b1eff80b424a3f4a34d7006eb8844a5 (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 733ca73f21c1f9988bb90f33b2de7476fa01a631
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Sep 4 15:31:58 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