From cb3ae7d0dc987ef703542a683a3929e53dcc0057 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 23 Jun 2021 11:28:13 +0200 Subject: [PATCH] =?utf8?q?S/C/BankTransaction=20Vorschlagsliste=20auch=20f?= =?utf8?q?=C3=BCr=20Sammel=C3=BCberweisungen=20berechnen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/BankTransaction.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/SL/Controller/BankTransaction.pm b/SL/Controller/BankTransaction.pm index 98eba441f..d34021692 100644 --- a/SL/Controller/BankTransaction.pm +++ b/SL/Controller/BankTransaction.pm @@ -163,8 +163,6 @@ sub gather_bank_transactions_and_proposals { } next if $found; # batch transaction has no remotename !! - } else { - next unless $bt->{remote_name}; # bank has no name, usually fees, use create invoice to assign } # try to match the current $bt to each of the open_invoices, saving the -- 2.20.1