add usual traitement time on procedure description page

This commit is contained in:
Lisa Durand 2023-07-27 16:46:20 +02:00 committed by LeSim
parent bcb84d4070
commit 71f548dadb
5 changed files with 28 additions and 3 deletions

View file

@ -20,6 +20,8 @@ module Users
check_prefilled_dossier_ownership if @prefilled_dossier
end
@usual_traitement_time = @procedure.stats_usual_traitement_time
render 'commencer/show'
end