From 855642e3de41634789cf0d1e4f4e9dbba8f775b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Thu, 17 Mar 2016 16:02:02 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 16089: Acquisitions -> Invoice broken by Bug 15084 Content-Type: text/plain; charset="utf-8" To test: - Reproduce error described in first comment. - Apply patch - Try to reproduce error. Page will display as expected. Signed-off-by: Owen Leonard --- acqui/invoice.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/invoice.pl b/acqui/invoice.pl index 267d4fc..3eb5228 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.1.4