Skip to content

Commit

Permalink
Merge pull request #2360 from sparc-request/kg-remove_get_a_cost_esti…
Browse files Browse the repository at this point in the history
…mate

KG - Remove "Get a Cost Estimate" from list of disabled statuses for catalog manager
  • Loading branch information
Stuart-Johnson committed May 20, 2020
2 parents d72392d + 12c4f5f commit 364e1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/available_status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AvailableStatus < ApplicationRecord
scope :alphabetized, -> { all.sort{ |x, y| x.humanize <=> y.humanize } }

def disabled_status?
["Draft", "Get a Cost Estimate", "Submitted"].include?(self.humanize)
["Draft", "Submitted"].include?(self.humanize)
end

def self.statuses
Expand Down

0 comments on commit 364e1e4

Please sign in to comment.