Bug 18742: (QA followup) Fix indentation
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
ff22cb46a5
commit
0ae7034980
1 changed files with 5 additions and 5 deletions
|
@ -135,12 +135,12 @@ if ($do_it) {
|
|||
print map { $_->{value} . $sep } @$x;
|
||||
print $line->{totalrow}, "\n";
|
||||
}
|
||||
# footer
|
||||
print "TOTAL";
|
||||
$cols = @$results[0]->{loopfooter};
|
||||
print map {$sep.$_->{totalcol}} @$cols;
|
||||
print $sep.@$results[0]->{total};
|
||||
|
||||
# footer
|
||||
print "TOTAL";
|
||||
$cols = @$results[0]->{loopfooter};
|
||||
print map {$sep.$_->{totalcol}} @$cols;
|
||||
print $sep.@$results[0]->{total};
|
||||
}
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue