From d003b2453268036dfbbc02248e94f4571f2ce71e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Thu, 17 Mar 2016 16:02:02 +0100 Subject: [PATCH] Bug 16089: Acquisitions -> Invoice broken by Bug 15084 To test: - Reproduce error described in first comment. - Apply patch - Try to reproduce error. Page will display as expected. Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- acqui/invoice.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/invoice.pl b/acqui/invoice.pl index 267d4fc9b4..3eb52284a5 100755 --- a/acqui/invoice.pl +++ b/acqui/invoice.pl @@ -178,7 +178,7 @@ $template->param( total_gste_shipment => sprintf( $format, $total_gste + $details->{shipmentcost}), total_gsti_shipment => sprintf( $format, $total_gsti + $details->{shipmentcost}), invoiceincgst => $bookseller->{invoiceincgst}, - currency => Koha::Acquisition::Currency->get_active->currency, + currency => Koha::Acquisition::Currencies->get_active, budgets_loop => \@budgets_loop, ); -- 2.20.1