Skip to content

Commit

Permalink
removed cataloged_note for AS v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jambun committed Jul 16, 2015
1 parent 7d86bec commit 29d1750
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/model/work_plan_development_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def query(db)
Sequel.qualify(:accession, :inventory),
Sequel.qualify(:accession, :accession_date),
Sequel.qualify(:accession, :retention_rule).as(:processing_notes),
Sequel.qualify(:collection_management, :cataloged_note),
Sequel.qualify(:enumvals_acquisition_type, :value).as(:acquisition_type),
Sequel.qualify(:extent, :number).as(:extent_number),
Sequel.qualify(:extent, :container_summary).as(:extent_container_summary),
Expand All @@ -175,4 +174,4 @@ def query(db)
dataset.distinct(:id).order_by(Sequel.asc(:identifier), Sequel.asc(:title))
end

end
end

0 comments on commit 29d1750

Please sign in to comment.