mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +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 << [
|
contacts << [
|
||||||
x.object_registry.name.try(:strip),
|
x.object_registry.name.try(:strip),
|
||||||
x.telephone.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.fax.try(:strip),
|
||||||
x.object_registry.try(:crdate),
|
x.object_registry.try(:crdate),
|
||||||
x.ssn.try(:strip),
|
x.ssn.try(:strip),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue