From e291d4c40161003bbb0f3c8652d8083eb325da4b Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 10 Dec 2009 15:02:38 +1300 Subject: [PATCH] Bug 3861 cannot place hold in opac --- opac/opac-reserve.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl index 56b2b572c0..c5b665bc68 100755 --- a/opac/opac-reserve.pl +++ b/opac/opac-reserve.pl @@ -18,12 +18,12 @@ use strict; use warnings; use CGI; -use C4::Biblio; -use C4::Items; use C4::Auth; # checkauth, getborrowernumber. use C4::Koha; use C4::Circulation; use C4::Reserves; +use C4::Biblio; +use C4::Items; use C4::Output; use C4::Dates qw/format_date/; use C4::Context; -- 2.39.5