mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Fix autobind bug
This commit is contained in:
parent
978b75612d
commit
d92e87fc81
1 changed files with 1 additions and 1 deletions
|
@ -78,6 +78,6 @@ class BankStatement < ActiveRecord::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
def bind_invoices
|
def bind_invoices
|
||||||
bank_transactions.unbinded.each(&:bind_invoice)
|
bank_transactions.unbinded.each(&:autobind_invoice)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue