mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
Story#105855968 - change registrar parameter from exclude_in_monthly_directo to test_registrar be used more widely
This commit is contained in:
parent
a950e9e4a7
commit
c957bce553
5 changed files with 9 additions and 9 deletions
|
@ -75,7 +75,7 @@ class Directo < ActiveRecord::Base
|
|||
end
|
||||
|
||||
directo_next = last_directo
|
||||
Registrar.where.not(exclude_in_monthly_directo: true).find_each do |registrar|
|
||||
Registrar.where.not(test_registrar: true).find_each do |registrar|
|
||||
unless registrar.cash_account
|
||||
Rails.logger.info("[DIRECTO] Monthly invoice for registrar #{registrar.id} has been skipped as it doesn't has cash_account")
|
||||
next
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue