mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 14:06:21 +02:00
registred company returns not exists
This commit is contained in:
parent
e73df3af69
commit
00aee547dd
2 changed files with 65 additions and 9 deletions
|
@ -81,6 +81,10 @@ module Actions
|
|||
def maybe_company_is_relevant
|
||||
return true unless contact.org?
|
||||
|
||||
p '-=-------'
|
||||
p contact.inspect
|
||||
p '-=-------'
|
||||
|
||||
company_status = contact.return_company_status
|
||||
return if [Contact::REGISTERED, Contact::LIQUIDATED].include? company_status
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue