Hi,

On Sat, Aug 15, 2009 at 4:24 PM, Garry Collum<[email protected]> wrote:
>             foreach my $cell (@$x) {
> -                print $cell->{value}.$sep;
> +                print $cell->{value}.$sep if $cell->{value};
>             }

This doesn't seem quite right - what if $cell->{value} is legitimately
blank or zero?  Even if it is undef, I assume that an empty string
should be included in the report output.

Regards,

Galen
-- 
Galen Charlton
[email protected]
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to