mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +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
|
||||
|
||||
def bind_invoices
|
||||
bank_transactions.unbinded.each(&:bind_invoice)
|
||||
bank_transactions.unbinded.each(&:autobind_invoice)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue