Lines 354-359
if($tab eq 'sysinfo') {
Link Here
|
354 |
$warnILLConfiguration = 1; |
354 |
$warnILLConfiguration = 1; |
355 |
} |
355 |
} |
356 |
|
356 |
|
|
|
357 |
# Check if deprecated 'FreeForm' backend is installed |
358 |
my $available_backends = Koha::ILL::Request::Config->new->available_backends; |
359 |
if ( grep( /FreeForm/, @{$available_backends} ) ) { |
360 |
$template->param( ill_deprecated_backend_freeform_is_installed => 1 ); |
361 |
$warnILLConfiguration = 1; |
362 |
} |
363 |
|
357 |
if ( !C4::Context->preference('ILLPartnerCode') ) { |
364 |
if ( !C4::Context->preference('ILLPartnerCode') ) { |
358 |
# partner code not defined |
365 |
# partner code not defined |
359 |
$template->param( ill_partner_code_not_defined => 1 ); |
366 |
$template->param( ill_partner_code_not_defined => 1 ); |