Skip to content

Commit

Permalink
fix 264 ind2=1 according to the DNB comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bozana committed Jul 3, 2018
1 parent 5abaefe commit 689b0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter/DNBXmlFilter.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function &process(&$pubObject) {
$this->createSubfieldNode($doc, $datafield245, 'b', $subTitle);
}
// date published
$datafield264 = $this->createDatafieldNode($doc, $recordNode, '264', ' ', ' ');
$datafield264 = $this->createDatafieldNode($doc, $recordNode, '264', ' ', '1');
$this->createSubfieldNode($doc, $datafield264, 'c', $yearYYYY);
// article level URN and DOI (only if galley level URN and DOI do not exist)
if (empty($urn) && empty($doi)) {
Expand Down

0 comments on commit 689b0ee

Please sign in to comment.