View | Details | Raw Unified | Return to bug 11300
Collapse All | Expand All

(-)a/cataloguing/automatic_linker.pl (-2 / +1 lines)
Lines 61-67 if ($@) { Link Here
61
}
61
}
62
my $linker = $linker_module->new( { 'options' => C4::Context->preference("LinkerOptions") } );
62
my $linker = $linker_module->new( { 'options' => C4::Context->preference("LinkerOptions") } );
63
63
64
my ( $headings_changed, $results ) = LinkBibHeadingsToAuthorities( $linker, $record, $input->param('frameworkcode'), C4::Context->preference("CatalogModuleRelink") || '', 1 );
64
my ( $headings_changed, $results ) = LinkBibHeadingsToAuthorities( $linker, $record, $input->param('frameworkcode'), C4::Context->preference("CatalogModuleRelink") || '', 1, 1 );
65
65
66
if(defined $results->{error}) {
66
if(defined $results->{error}) {
67
    $json->{status} = $results->{error};
67
    $json->{status} = $results->{error};
68
- 

Return to bug 11300