Fix autobind bug

This commit is contained in:
Martin Lensment 2015-04-17 10:48:54 +03:00
parent 978b75612d
commit d92e87fc81

View file

@ -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