X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FTemplate%2FPlugin%2FMultiColumnIterator.pm;h=7ce3aeb55174077e7c11df2cf381bfda52242579;hb=c09536f461b4933a1813b2af5e17eb6214f7bf38;hp=717eae328c39dba710fac9825d64c7a16ee08942;hpb=66022cbd0893e066eec8826a15884d2d0457fe4f;p=kivitendo-erp.git diff --git a/SL/Template/Plugin/MultiColumnIterator.pm b/SL/Template/Plugin/MultiColumnIterator.pm index 717eae328..7ce3aeb55 100644 --- a/SL/Template/Plugin/MultiColumnIterator.pm +++ b/SL/Template/Plugin/MultiColumnIterator.pm @@ -111,7 +111,7 @@ sub get_all { # update counters and flags @$self{ qw( INDEX COUNT FIRST LAST ) } = ( $max, $max + 1, 0, 1 ); $main::lxdebug->leave_sub(); - return \@data; ## RETURN ## + return \@data; ## RETURN ## } else { $main::lxdebug->leave_sub();