mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Fix CC issues
This commit is contained in:
parent
5c7e07dbb5
commit
a5b59f20ab
2 changed files with 2 additions and 12 deletions
|
@ -31,7 +31,8 @@ module Concerns
|
|||
def notify_registrar_about_archivation
|
||||
registrar.notifications.create!(
|
||||
text: I18n.t('contact_has_been_archived',
|
||||
contact_code: code, orphan_months: Setting.orphans_contacts_in_months))
|
||||
contact_code: code, orphan_months: Setting.orphans_contacts_in_months)
|
||||
)
|
||||
end
|
||||
|
||||
def inactive?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue