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