Fixes #1174, now ignoring 955 field from marc records
This commit is contained in:
parent
c9618b8a08
commit
2d6739470e
1 changed files with 0 additions and 1 deletions
|
@ -351,7 +351,6 @@ record.prototype.translate = function(item) {
|
|||
this._associateDBField(item, "050", "ab", "callNumber");
|
||||
this._associateDBField(item, "090", "a", "callNumber");
|
||||
this._associateDBField(item, "099", "a", "callNumber");
|
||||
this._associateDBField(item, "955", "a", "callNumber");
|
||||
|
||||
//German
|
||||
if (!item.place) this._associateDBField(item, "410", "a", "place");
|
||||
|
|
Loading…
Add table
Reference in a new issue