[Fix #2550] Also send mail notification when accepting dossier
This commit is contained in:
parent
7631bde16a
commit
40bc6208f0
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class AutoReceiveDossiersForProcedureJob < ApplicationJob
|
|||
)
|
||||
dossier.attestation = dossier.build_attestation
|
||||
dossier.save
|
||||
NotificationMailer.send_closed_notification(dossier).deliver_later
|
||||
end
|
||||
else
|
||||
raise "Receiving Procedure##{procedure_id} in invalid state \"#{state}\""
|
||||
|
|
Loading…
Reference in a new issue