Skip to content

Commit

Permalink
Merge pull request #2 from hudmol/fix-work-plan-report
Browse files Browse the repository at this point in the history
removed cataloged_note for AS v1.3.0
  • Loading branch information
jambun committed Jul 16, 2015
2 parents 7d86bec + 29d1750 commit 0e0b38f
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 0e0b38f

Please sign in to comment.