Skip to content

Commit

Permalink
Merge pull request #596 from archivesspace/AR-1444-export-bulk-dates-…
Browse files Browse the repository at this point in the history
…better

AR-1444 remove elsif for date_type = bulk. the content should be as w…
  • Loading branch information
payten committed Jan 18, 2017
2 parents fe0906d + ebef062 commit cf457c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/app/exporters/lib/export_helpers.rb
Expand Up @@ -129,8 +129,6 @@ def archdesc_dates
type = ( date['date_type'] == 'inclusive' ) ? 'inclusive' : ( ( date['date_type'] == 'single') ? nil : 'bulk')
content = if date['expression']
date['expression']
elsif date['date_type'] == 'bulk'
'bulk'
elsif date['end'].nil? || date['end'] == date['begin']
date['begin']
else
Expand Down

0 comments on commit cf457c8

Please sign in to comment.