mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +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
|
||||
|
||||
def to_e_invoice(payable: true)
|
||||
generator = Invoice::EInvoiceGenerator.new(self, payable: payable)
|
||||
generator = Invoice::EInvoiceGenerator.new(self, payable)
|
||||
generator.generate
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue