mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Merge branch '104945402-notify_email_add' into staging
This commit is contained in:
commit
4ddfe934d6
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ namespace :import do
|
|||
contacts << [
|
||||
x.object_registry.name.try(:strip),
|
||||
x.telephone.try(:strip),
|
||||
x.email.try(:strip),
|
||||
[x.email.try(:strip), x.notifyemail.try(:strip)].uniq.select(&:present?).join(', '),
|
||||
x.fax.try(:strip),
|
||||
x.object_registry.try(:crdate),
|
||||
x.ssn.try(:strip),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue