Kontoauszug verbuchen: Nur unabgeglichene Buchungen anzeigen
authorMartin Helmling martin.helmling@octosoft.eu <martin.helmling@octosoft.eu>
Fri, 5 Jan 2018 17:47:20 +0000 (18:47 +0100)
committerJan Büren <jan@kivitendo-premium.de>
Mon, 16 Jul 2018 10:41:58 +0000 (12:41 +0200)
implementiert teilweise Issue #163

SL/Controller/BankTransaction.pm

index 7d76167..3ba67d1 100644 (file)
@@ -98,6 +98,7 @@ sub action_list {
     where        => [
       amount                => {ne => \'invoice_amount'},
       local_bank_account_id => $::form->{filter}{bank_account},
+      cleared               => 0,
       @where
     ],
   );