mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
Fixed codeclimate issue
This commit is contained in:
parent
591dc58083
commit
9a08091572
1 changed files with 0 additions and 2 deletions
|
@ -38,7 +38,6 @@ module Registrar::BookKeeping # rubocop:disable Metrics/ModuleLength
|
||||||
lines.as_json
|
lines.as_json
|
||||||
end
|
end
|
||||||
|
|
||||||
# rubocop:disable Metrics/CognitiveComplexity
|
|
||||||
def find_or_init_monthly_invoice(month:, overwrite:)
|
def find_or_init_monthly_invoice(month:, overwrite:)
|
||||||
invoice = invoices.find_by(monthly_invoice: true, issue_date: month.end_of_month.to_date)
|
invoice = invoices.find_by(monthly_invoice: true, issue_date: month.end_of_month.to_date)
|
||||||
return invoice if invoice && !overwrite
|
return invoice if invoice && !overwrite
|
||||||
|
@ -51,7 +50,6 @@ module Registrar::BookKeeping # rubocop:disable Metrics/ModuleLength
|
||||||
|
|
||||||
new_invoice
|
new_invoice
|
||||||
end
|
end
|
||||||
# rubocop:enable Metrics/CognitiveComplexity
|
|
||||||
|
|
||||||
def overwrite_invoice(original_invoice, new_invoice)
|
def overwrite_invoice(original_invoice, new_invoice)
|
||||||
params_to_scrub = %i[created_at updated_at id number sent_at
|
params_to_scrub = %i[created_at updated_at id number sent_at
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue