add AR in user view - hide decision on second dossier tab
This commit is contained in:
parent
8eda069bfc
commit
e486f789f6
9 changed files with 65 additions and 25 deletions
|
@ -1180,6 +1180,10 @@ class Dossier < ApplicationRecord
|
|||
end
|
||||
end
|
||||
|
||||
def hide_info_with_accuse_lecture
|
||||
procedure.accuse_lecture? && termine? && accuse_lecture_agreement_at.blank?
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def champs_by_public_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue