[freeside-commits] branch master updated. 796780078517c26803a7689ccd80931381de23ea

Jonathan Prykop jonathan at 420.am
Wed Mar 9 11:06:32 PST 2016


The branch, master has been updated
       via  796780078517c26803a7689ccd80931381de23ea (commit)
      from  3e377fd17154c616c7f2746bd4babae2e9993ee3 (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 796780078517c26803a7689ccd80931381de23ea
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Wed Mar 9 13:06:06 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 caceb5c..1f7b42f 100644
--- a/httemplate/elements/select-part_pkg.html
+++ b/httemplate/elements/select-part_pkg.html
@@ -154,7 +154,7 @@ if ( exists($opt{'classnum'}) && defined($opt{'classnum'}) ) {
 
 # currently can't handle this, either
 die 'Use of toggle_disabled with classnum has not been implemented'
-  if exists $hash{'classnum'};
+  if $opt{'toggle_disabled'} && exists($hash{'classnum'});
 
 # CAUTION: For proper functioning of toggle_disabled,
 # please ensure changes to default options are synced with misc/xmlhttp-part_pkg.cgi

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

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