Skip to content

Commit

Permalink
remove 'summary' from holding hash
Browse files Browse the repository at this point in the history
  • Loading branch information
derrekc committed Jun 28, 2024
1 parent 488ecad commit 34cdcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/marc_to_argot/macros/duke/items.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ def extract_holdings
holding['class_number'] = sf.value
when 'i'
holding['cutter_number'] = sf.value
when 'A'
holding['summary'] = sf.value
when 'B'
holding['supplement'] = sf.value
when 'C'
Expand All @@ -207,6 +205,8 @@ def extract_holdings
holding['notes'] ||= []
holding['notes'] << sf.value
end
#when 'A'
# holding['summary'] = sf.value
end

#holding_summaries = ItemStatus::select_fields(rec, '866')
Expand Down

0 comments on commit 34cdcf5

Please sign in to comment.