X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig.cgi;h=ce96bc162d3b62c42aa88094fd62c45380acdb75;hb=bbe68d476444cd9fe3ffbca1f16928c559c58856;hp=c2b3e6d3c4774c68c41e3f2427f3f022574ee117;hpb=c2839632f9a4d7edff3f40686ffa8cb01b0b9148;p=freeside.git diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index c2b3e6d3c..ce96bc162 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -271,6 +271,7 @@ Setting <% $key %> % % my %opt = ( 'element_name' => "$key$n", % 'empty_label' => ' ', +% 'showdisabled' => 1, % ); % if ( $config_item->multiple ) { % $opt{'multiple'} = 1 if $config_item->multiple;