From: Ivan Kohler Date: Sat, 16 Dec 2017 00:43:57 +0000 (-0800) Subject: Merge branch 'master' of git.freeside.biz:/home/git/freeside X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=94be7e58a807d822aaa34151c5da9346c976d7a0;hp=d6972edb74552fd097714121a8cc450b7d40bdbc Merge branch 'master' of git.freeside.biz:/home/git/freeside --- diff --git a/httemplate/search/477.html b/httemplate/search/477.html index 2e9f9428e..84fd7fb9f 100644 --- a/httemplate/search/477.html +++ b/httemplate/search/477.html @@ -59,13 +59,12 @@ a.download { <% $part_titles->{$partname} %> % if ( $this_part->{num_errors} > 0 ) { -% # disable downloading while it contains errors - - <% emt('This section contains [quant,_1,error].', $this_part->{num_errors}) %> - -% } else { - Download +% # show error heading while it contains errors + + <% emt('This section contains [quant,_1,error].', $this_part->{num_errors}) %> + % } + Download % my $header = ".header_$partname"; % my $data = $this_part->{data};