From d625387e824916760fe457609bb15d51b759b0fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 12 Feb 2016 12:48:13 +0100 Subject: [PATCH] =?utf8?q?behebt=20#123=20Ist-Versterungs-Auswahl=20f?= =?utf8?q?=C3=BCr=20SuSa?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/RP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/RP.pm b/SL/RP.pm index 0b4dea9ec..f0f25a235 100644 --- a/SL/RP.pm +++ b/SL/RP.pm @@ -909,7 +909,7 @@ sub trial_balance { } $sth->finish; - if (!$form->{method} ne "cash") { + if ($form->{method} ne "cash") { # better eq 'accrual' $sth = prepare_execute_query($form, $dbh, $fetch_accounts_before_from); while ($ref = $sth->fetchrow_hashref("NAME_lc")) { $trb{ $ref->{accno} }{description} = $ref->{description}; -- 2.20.1