mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Method reference
This commit is contained in:
@@ -1030,7 +1030,7 @@ class banking_import_transaction(orm.Model):
|
||||
transaction = self.browse(cr, uid, transaction.id, context=context)
|
||||
|
||||
# Match payment and direct debit orders
|
||||
move_info_payment = hook_match_payment(
|
||||
move_info_payment = self.hook_match_payment(
|
||||
cr, uid, transaction, results['log'], context=context)
|
||||
if move_info_payment:
|
||||
move_info = move_info_payment
|
||||
|
||||
Reference in New Issue
Block a user