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

(-)a/C4/Biblio.pm (-3 / +6 lines)
Lines 3668-3675 sub prepare_host_field { Link Here
3668
            }
3668
            }
3669
        }
3669
        }
3670
        #edition statement
3670
        #edition statement
3671
        #Not present in UNIMARC 4xx structure
3671
        if ( $field = $host->field('205') ) {
3672
3672
            my $s = $field->as_string();
3673
            if ($s) {
3674
                $sfd{e} = $s;
3675
            }
3676
        }
3673
        #URL
3677
        #URL
3674
        if ( $field = $host->field('856') ) {
3678
        if ( $field = $host->field('856') ) {
3675
            my $s = $field->as_string('u');
3679
            my $s = $field->as_string('u');
3676
- 

Return to bug 15955