mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Merge pull request #2044 from internetee/1851-validate-estonian-company-data-from-business-registry
added force delete filter
This commit is contained in:
commit
2bdb235610
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ namespace :contacts do
|
|||
contacts << contact unless checking_contacts(contact)
|
||||
end
|
||||
|
||||
contacts.select! { |c| c.ident_country_code == 'EE' }
|
||||
magic_with_contacts(contacts)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue