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

(-)a/misc/link_bibs_to_authorities.pl (-2 / +1 lines)
Lines 226-232 sub process_bib { Link Here
226
            );
226
            );
227
        }
227
        }
228
        if ( not $test_only ) {
228
        if ( not $test_only ) {
229
            ModBiblio( $record, $biblionumber, $frameworkcode, { disable_autolink => 1 });
229
            ModBiblio( $record, $biblionumber, $frameworkcode, { disable_autolink => 1, skip_holds_queue => 1 });
230
            #Last param is to note ModBiblio was called from linking script and bib should not be linked again
230
            #Last param is to note ModBiblio was called from linking script and bib should not be linked again
231
            $num_bibs_modified++;
231
            $num_bibs_modified++;
232
        }
232
        }
233
- 

Return to bug 32250