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

(-)a/catalogue/detail.pl (-2 / +1 lines)
Lines 483-489 $template->param( Link Here
483
    materials => $materials_flag,
483
    materials => $materials_flag,
484
);
484
);
485
485
486
if (C4::Context->preference("AlternateHoldingsField") && scalar $items->count == 0) {
486
if (C4::Context->preference("AlternateHoldingsField") && $items->count == 0) {
487
    my $fieldspec = C4::Context->preference("AlternateHoldingsField");
487
    my $fieldspec = C4::Context->preference("AlternateHoldingsField");
488
    my $subfields = substr $fieldspec, 3;
488
    my $subfields = substr $fieldspec, 3;
489
    my $holdingsep = C4::Context->preference("AlternateHoldingsSeparator") || ' ';
489
    my $holdingsep = C4::Context->preference("AlternateHoldingsSeparator") || ' ';
490
- 

Return to bug 33497