Fix for Bug 3949, "already received box has funny shading" and other cosmetic changes
[koha_fer] / opac / opac-reserve.pl
index 56b2b57..c5b665b 100755 (executable)
 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;