diff --git a/app/models/procedure.rb b/app/models/procedure.rb index 24db836e4..05c7af8a8 100644 --- a/app/models/procedure.rb +++ b/app/models/procedure.rb @@ -440,15 +440,17 @@ class Procedure < ApplicationRecord end def usual_traitement_time - times = Traitement.includes(:dossier) - .where(state: Dossier::TERMINE) - .where(processed_at: 1.month.ago..Time.zone.now) - .pluck('dossiers.en_construction_at', :processed_at) - .map { |(en_construction_at, processed_at)| processed_at - en_construction_at } + # times = Traitement.includes(:dossier) + # .where(state: Dossier::TERMINE) + # .where(processed_at: 1.month.ago..Time.zone.now) + # .pluck('dossiers.en_construction_at', :processed_at) + # .map { |(en_construction_at, processed_at)| processed_at - en_construction_at } - if times.present? - times.percentile(90).ceil - end + # if times.present? + # times.percentile(90).ceil + # end + + false end def populate_champ_stable_ids