From 8126fe6d122140e40053ed74768148952fe30303 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 11 Mar 2019 22:10:26 +0000 Subject: [PATCH] Bug 22360: (rm follow-up) reverting accidental commit This reverts commit db36421446fcdb40ac6aeeca3a7b7cb4a6711bda. Signed-off-by: Lucas Gass --- opac/opac-detail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index 8467c508af..2c61b369f9 100755 --- a/opac/opac-detail.pl +++ b/opac/opac-detail.pl @@ -647,7 +647,7 @@ if ( C4::Context->preference('OPACAcquisitionDetails' ) ) { push @itemnumbers_on_order, $itemnumber; } } - $total_quantity += $order->quantity; + $total_quantity += $order->{quantity}; } $template->{VARS}->{acquisition_details} = { total_quantity => $total_quantity, -- 2.39.5