--- opac/opac-reserve.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl index 56b2b57..c5b665b 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; -- 1.6.3.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
