Bug 14850: (QA follow-up) Remove debugging code
authorJosef Moravec <josef.moravec@gmail.com>
Mon, 25 Feb 2019 09:18:50 +0000 (09:18 +0000)
committerroot <root@f1ebe1bec408>
Tue, 26 Feb 2019 12:54:40 +0000 (12:54 +0000)
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

acqui/invoice.pl

index 994dca8..ca401d3 100755 (executable)
@@ -212,7 +212,6 @@ foreach my $r ( @{$budgets} ) {
 
 @{$budget_loop} =
   sort { uc( $a->{b_txt} ) cmp uc( $b->{b_txt} ) } @{$budget_loop};
-warn Data::Dumper::Dumper( $budget_loop );
 
 my $adjustments = Koha::Acquisition::Invoice::Adjustments->search({ invoiceid => $details->{'invoiceid'} });
 if ( $adjustments ) { $template->param( adjustments => $adjustments ); }