From 7c349f3f446d0726f3b39a0ee24f2d85b3dcc1b0 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Thu, 25 Jul 2019 17:50:57 +0000 Subject: [PATCH] Bug 23363: (QA follow-up) Fix indentation Signed-off-by: Josef Moravec --- acqui/spent.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/spent.pl b/acqui/spent.pl index ba843a8d72..eb26252d4a 100755 --- a/acqui/spent.pl +++ b/acqui/spent.pl @@ -130,7 +130,7 @@ while (my $data = $sth->fetchrow_hashref) { push @shipmentcosts, { shipmentcost => sprintf("%.2f", $data->{shipmentcost}), invoiceid => $data->{invoiceid}, - invoicenumber => $data->{invoicenumber} + invoicenumber => $data->{invoicenumber} }; $total += $data->{shipmentcost}; } -- 2.11.0