|
Lines 320-325
if ( C4::Context->preference('ILLModule') ) {
Link Here
|
| 320 |
$warnILLConfiguration = 1; |
320 |
$warnILLConfiguration = 1; |
| 321 |
} |
321 |
} |
| 322 |
|
322 |
|
|
|
323 |
# Check if deprecated 'FreeForm' backend is installed |
| 324 |
my $available_backends = Koha::ILL::Request::Config->new->available_backends; |
| 325 |
if(grep(/FreeForm/, @{$available_backends} )){ |
| 326 |
$template->param( ill_deprecated_backend_freeform_is_installed => 1 ); |
| 327 |
$warnILLConfiguration = 1; |
| 328 |
} |
| 329 |
|
| 323 |
if ( !C4::Context->preference('ILLPartnerCode') ) { |
330 |
if ( !C4::Context->preference('ILLPartnerCode') ) { |
| 324 |
# partner code not defined |
331 |
# partner code not defined |
| 325 |
$template->param( ill_partner_code_not_defined => 1 ); |
332 |
$template->param( ill_partner_code_not_defined => 1 ); |