Skip to content

Commit

Permalink
Added list swissmedic as mail receivers to swissmedic plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Sep 9, 2014
1 parent 554a7fc commit ba03afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/swissmedic.rb
Expand Up @@ -361,7 +361,7 @@ def mail_notifications
}
mail = Log.new(month)
mail.report = report
mail.recipients = [email]
mail.recipients = [email, 'swissmedic']
mail.notify("Good Änderungen gemäss Swissmedic")
}
end
Expand Down

0 comments on commit ba03afb

Please sign in to comment.