mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
Second email added
This commit is contained in:
parent
ffdd533e2a
commit
88df49649a
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