mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 05:05:45 +02:00
Always send e-invoice if already paid
This commit is contained in:
parent
235ef9ba3e
commit
fb810e5ccb
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class Invoice < ApplicationRecord
|
|||
end
|
||||
|
||||
def do_not_send_e_invoice?
|
||||
e_invoice_sent? || cancelled? || paid?
|
||||
e_invoice_sent? || cancelled?
|
||||
end
|
||||
|
||||
def e_invoice_sent?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue