[freeside-commits] branch master updated. d4d0595a16d26404adc33acd6c1002d94cf132e4

Jonathan Prykop jonathan at 420.am
Tue Mar 8 12:45:38 PST 2016


The branch, master has been updated
       via  d4d0595a16d26404adc33acd6c1002d94cf132e4 (commit)
      from  0aa5e2e2028e3d4b717302173d397daa91037683 (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 d4d0595a16d26404adc33acd6c1002d94cf132e4
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Tue Mar 8 14:45:18 2016 -0600

    RT#21463: Option to show disabled package definitions [bug fix]

diff --git a/httemplate/elements/select-part_pkg.html b/httemplate/elements/select-part_pkg.html
index e5692a7..ba1d7b7 100644
--- a/httemplate/elements/select-part_pkg.html
+++ b/httemplate/elements/select-part_pkg.html
@@ -79,7 +79,7 @@ function toggle_disabled_part_pkg (id,showdisabled,noload) {
     if (showdisabled || selected[pkginfo.pkgpart] || !pkginfo.disabled) {
       var newopt = document.createElement('option');
       newopt.value = pkginfo.pkgpart;
-      newopt.label = pkginfo.label;
+      newopt.text = pkginfo.label;
       newopt.selected = selected[newopt.value] ? true : false;
       selectbox.appendChild(newopt);
     }

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/select-part_pkg.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list