mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
parent
5af4c585d4
commit
5e1c43f7cc
5 changed files with 7 additions and 7 deletions
|
@ -22,7 +22,7 @@ class Epp::ContactsController < EppController
|
|||
|
||||
@contact.add_legal_file_to_new(frame)
|
||||
|
||||
@response_code = if Contact.address_processing
|
||||
@response_code = if Contact.address_processing?
|
||||
1000
|
||||
else
|
||||
frame.css('postalInfo addr').size != 0 ? 1100 : 1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue