Skip to content

Commit

Permalink
bib_price_actual is no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
jambun committed May 13, 2024
1 parent ded6e1a commit 1588e64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/model/reftracker_mapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def self.map_accession(qp, agent_uri, subject_uris)
acc['user_defined']['boolean_1'] = qp['bib_udf_cl01'] == 'New collection'
acc['user_defined']['integer_2'] = qp['bib_callno']

acc['user_defined']['real_3'] = qp['bib_price_actual'].gsub(/,/, '') if qp['bib_price_actual']

acc['user_defined']['string_2'] = qp['question_no']
acc['user_defined']['string_3'] = qp['question_udf_tb08']
acc['user_defined']['text_2'] = qp['bib_udf_ta02']
Expand Down

0 comments on commit 1588e64

Please sign in to comment.