mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 05:05:45 +02:00
Fix EInvoiceGenerator initializer method
This commit is contained in:
parent
764e35e198
commit
88b1b30be7
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class Invoice < ApplicationRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_e_invoice(payable: true)
|
def to_e_invoice(payable: true)
|
||||||
generator = Invoice::EInvoiceGenerator.new(self, payable: payable)
|
generator = Invoice::EInvoiceGenerator.new(self, payable)
|
||||||
generator.generate
|
generator.generate
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue