Skip to content

Commit

Permalink
remove portion from physical description for ladybird
Browse files Browse the repository at this point in the history
  • Loading branch information
jambun committed Mar 14, 2019
1 parent adf0469 commit e0125ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/model/ladybird_export.rb
Original file line number Diff line number Diff line change
Expand Up @@ -656,9 +656,7 @@ def physical_description(row)
extents_for_archival_object(row[:archival_object_id]).map{|row|
type = I18n.t("enumerations.extent_extent_type.#{row[:extent_type]}",
:default => row[:extent_type])
portion = I18n.t("enumerations.extent_portion.#{row[:portion]}",
:default => row[:portion])
"#{row[:number]} #{type} (#{portion})"
"#{row[:number]} #{type}"
}.join(NEW_LINE_SEPARATOR)
end

Expand Down

0 comments on commit e0125ae

Please sign in to comment.