diff --git a/config.ru b/config.ru index 4112838a0..4fa72a37f 100644 --- a/config.ru +++ b/config.ru @@ -3,10 +3,11 @@ require ::File.expand_path('../config/environment', __FILE__) run Rails.application -if defined?(PhusionPassenger) - PhusionPassenger.on_event(:starting_worker_process) do |forked| - if forked - Que.mode = :async - end - end -end +# turn automatic que temp off +# if defined?(PhusionPassenger) + # PhusionPassenger.on_event(:starting_worker_process) do |forked| + # if forked + # Que.mode = :async + # end + # end +# end diff --git a/config/locales/en.yml b/config/locales/en.yml index f6d929e06..b95085cc7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -830,4 +830,4 @@ en: unset_force_delete: 'Unset force delete' domain_expiring: 'Domain expiring' domain_validation_rules: 'Domain validation rules' - bank_statement_desc: 'Import file row will match only when matching following attributes: invoice nr, description, sum and client ref number.' + bank_statement_desc: 'Import file row will match only when matching following attributes:
ref number
payment amount
invoice number (the very first number in comment field)
.'