Lines 143-154
use C4::Context;
Link Here
|
143 |
use C4::Output qw( output_html_with_http_headers pagination_bar ); |
143 |
use C4::Output qw( output_html_with_http_headers pagination_bar ); |
144 |
use C4::Circulation qw( barcodedecode ); |
144 |
use C4::Circulation qw( barcodedecode ); |
145 |
use C4::Auth qw( get_template_and_user ); |
145 |
use C4::Auth qw( get_template_and_user ); |
146 |
use C4::Search qw( searchResults enabled_staff_search_views z3950_search_args new_record_from_zebra ); |
146 |
use C4::Search qw( searchResults enabled_staff_search_views ); |
147 |
use C4::Languages qw( getlanguage getLanguages ); |
147 |
use C4::Languages qw( getlanguage getLanguages ); |
148 |
use C4::Koha qw( getitemtypeimagelocation GetAuthorisedValues ); |
148 |
use C4::Koha qw( getitemtypeimagelocation GetAuthorisedValues ); |
149 |
use URI::Escape; |
149 |
use URI::Escape; |
150 |
use POSIX qw(ceil floor); |
150 |
use POSIX qw(ceil floor); |
151 |
use C4::Search qw( searchResults enabled_staff_search_views z3950_search_args new_record_from_zebra ); |
|
|
152 |
|
151 |
|
153 |
use Koha::ItemTypes; |
152 |
use Koha::ItemTypes; |
154 |
use Koha::Library::Groups; |
153 |
use Koha::Library::Groups; |
155 |
- |
|
|