mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +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
|
end
|
||||||
|
|
||||||
def do_not_send_e_invoice?
|
def do_not_send_e_invoice?
|
||||||
e_invoice_sent? || cancelled? || paid?
|
e_invoice_sent? || cancelled?
|
||||||
end
|
end
|
||||||
|
|
||||||
def e_invoice_sent?
|
def e_invoice_sent?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue