Skip to content

Commit

Permalink
NBBIB-451 Add fallback MARC field for publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Sep 18, 2024
1 parent 1341f71 commit c16b38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom/modules/unblib_marc/script/import_marc.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
],
'publisher' => [
'marc' => '260$b',
'marc_fallback' => '264$b',
'process' => 'text_trim',
],
'place' => [
Expand Down

0 comments on commit c16b38a

Please sign in to comment.