Skip to content

Commit

Permalink
instance_type in donation converter should be mixed_materials
Browse files Browse the repository at this point in the history
jambun committed Feb 21, 2017
1 parent 746ed31 commit d9ac763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/converters/donation_converter.rb
Original file line number Diff line number Diff line change
@@ -271,7 +271,7 @@ def format_boxes(box_no, box_type)

(from_box .. to_box).to_a.map do |indicator|
{
:instance_type => 'accession',
:instance_type => 'mixed_materials',
:sub_container => {
:top_container => {
:ref => get_or_create_top_container((box_type || 'Box'), indicator)

0 comments on commit d9ac763

Please sign in to comment.