From: Christopher Burger Date: Thu, 14 Dec 2017 20:59:44 +0000 (-0500) Subject: RT# 74845 - fixed report to allow downloading even if there are errors. X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5c1e57f696a330f82231b485fe58491f537e587b RT# 74845 - fixed report to allow downloading even if there are errors. --- 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};