From e811dffe90fb1fcdfee55d1ac1a26b7d2399cf44 Mon Sep 17 00:00:00 2001 From: "Martin Helmling martin.helmling@octosoft.eu" Date: Fri, 5 Jan 2018 18:47:20 +0100 Subject: [PATCH] Kontoauszug verbuchen: Nur unabgeglichene Buchungen anzeigen implementiert teilweise Issue #163 --- SL/Controller/BankTransaction.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/Controller/BankTransaction.pm b/SL/Controller/BankTransaction.pm index 7d7616787..3ba67d140 100644 --- a/SL/Controller/BankTransaction.pm +++ b/SL/Controller/BankTransaction.pm @@ -98,6 +98,7 @@ sub action_list { where => [ amount => {ne => \'invoice_amount'}, local_bank_account_id => $::form->{filter}{bank_account}, + cleared => 0, @where ], ); -- 2.20.1