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

(-)a/svc/cataloguing/automatic_linker.pl (-2 / +1 lines)
Lines 51-57 my $record = TransformHtmlToMarc($input,1); Link Here
51
51
52
my ( $headings_changed, $results ) = BiblioAutoLink (
52
my ( $headings_changed, $results ) = BiblioAutoLink (
53
    $record,
53
    $record,
54
    $input->param('frameworkcode'),
54
    scalar $input->param('frameworkcode'),
55
    1
55
    1
56
);
56
);
57
57
58
- 

Return to bug 31682