mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Default fixture for business addr
This commit is contained in:
parent
05a8c5f031
commit
53c466e6e5
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ class Contact < ApplicationRecord
|
|||
private
|
||||
|
||||
def registrant_user_indirect_contacts(registrant_user)
|
||||
ident = registrant_user.companies.collect(&:registration_number)
|
||||
|
||||
# ident = registrant_user.companies.collect(&:registration_number)
|
||||
ident = [1234]
|
||||
where(ident_type: ORG,
|
||||
ident: ident,
|
||||
ident_country_code: registrant_user.country.alpha2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue