X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig.cgi;h=ce96bc162d3b62c42aa88094fd62c45380acdb75;hb=7b125e587a4d1ee0aca692e23ea7897f671855ae;hp=c2b3e6d3c4774c68c41e3f2427f3f022574ee117;hpb=29347e1d34d5468994af6e219f00582e525688ae;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;