Skip to content

Commit

Permalink
changes made during mtg 2023-03-16
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarin committed Apr 26, 2023
1 parent 31bf319 commit b2a8b36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/ex_libris_holdings_xml_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@ def oclc

def local_id
@local_id ||= @marc_record["001"]
# or @marc_record["ITM"]["d"] / @marc_record["ITM"]["t"]?
end

def condition
@condition ||= @marc_record["ITM"]["c"]
end

def map_condition
# BRT if BRITTLE, DAMAGED, DETERIORATING, FRAGILE
end

def item_type
@item_type ||= map_item_type(@marc_record["ITM"]["m"])
end
Expand Down

0 comments on commit b2a8b36

Please sign in to comment.