Skip to content

Commit

Permalink
Not intended to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JPrevost committed Jan 9, 2014
1 parent 5d7499e commit 1e633a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/exlibris/primo/pnx/holdings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ def holdings
:availlibrary => availlibrary.inner_text,
:record_id => recordid, :original_id => original_id,
:title => title, :author => author, :display_type => display_type,
:original_source_id => originalsourceids[original_id], :source_id => sourceids[original_id],
#:original_source_id => originalsourceids[original_id],
:source_id => sourceids[original_id],
:source_record_id => sourcerecordids[original_id], :ils_api_id => ilsapiids[original_id],
:institution_code => subfields["I"],
:library_code => subfields["L"],
Expand Down

0 comments on commit 1e633a6

Please sign in to comment.