|
Lines 60-66
use Koha::Reviews;
Link Here
|
| 60 |
use Koha::SearchEngine::Search; |
60 |
use Koha::SearchEngine::Search; |
| 61 |
use Koha::SearchEngine::QueryBuilder; |
61 |
use Koha::SearchEngine::QueryBuilder; |
| 62 |
use Koha::Serial::Items; |
62 |
use Koha::Serial::Items; |
| 63 |
use Koha::Library::Group; |
|
|
| 64 |
use Koha::Library::Groups; |
63 |
use Koha::Library::Groups; |
| 65 |
|
64 |
|
| 66 |
my $query = CGI->new(); |
65 |
my $query = CGI->new(); |
|
Lines 389-395
if ( C4::Context->preference('SeparateHoldingsByGroup') ) {
Link Here
|
| 389 |
|
388 |
|
| 390 |
$template->param( |
389 |
$template->param( |
| 391 |
lib_groups => \@lib_groups, |
390 |
lib_groups => \@lib_groups, |
| 392 |
branchcodes => \%branchcode_hash, |
391 |
branchcode_hash => \%branchcode_hash, |
| 393 |
holdings_count_hash => \%holdings_count, |
392 |
holdings_count_hash => \%holdings_count, |
| 394 |
total_group_holdings_count => $total_group_holdings_count, |
393 |
total_group_holdings_count => $total_group_holdings_count, |
| 395 |
other_holdings_count => $other_holdings_count, |
394 |
other_holdings_count => $other_holdings_count, |