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

(-)a/cataloguing/automatic_linker.pl (-2 / +1 lines)
Lines 47-53 if ( $auth_status ne "ok" ) { Link Here
47
47
48
my $json;
48
my $json;
49
49
50
my $record = TransformHtmlToMarc($input);
50
my $record = TransformHtmlToMarc($input,1);
51
51
52
my $linker_module =
52
my $linker_module =
53
  "C4::Linker::" . ( C4::Context->preference("LinkerModule") || 'Default' );
53
  "C4::Linker::" . ( C4::Context->preference("LinkerModule") || 'Default' );
54
- 

Return to bug 11299