Skip to content

Commit

Permalink
removed more test code that should not have been commited
Browse files Browse the repository at this point in the history
  • Loading branch information
jambun committed Jun 29, 2022
1 parent d95fc95 commit ded6e1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/model/reftracker_mapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ def self.map_accession(qp, agent_uri, subject_uris)

acc['title'] = qp['bib_title']

acc['id_0'] = qp['bib_number']
# acc['id_0'] = qp['bib_udf_tb03']
acc['id_0'] = qp['bib_udf_tb03']

acc['accession_date'] = qp['question_closed_datetime'].split[0]

Expand Down

0 comments on commit ded6e1a

Please sign in to comment.