From 4118324acc7084efac2321effc130eb921c9042d Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Wed, 24 Apr 2013 12:39:30 +0200 Subject: [PATCH] kleine Korrektur Kommentare beim letztem Commit waren vertauscht --- SL/RP.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SL/RP.pm b/SL/RP.pm index 7890ecd89..65cb30295 100644 --- a/SL/RP.pm +++ b/SL/RP.pm @@ -214,14 +214,14 @@ sub get_accounts { # filter for opening and closing bookings # if l_ob is selected l_cb is always ignored if ( $last_period ) { - # ob/cb-settings for "as of" balance + # ob/cb-settings for "compared to" balance if ( $form->{l_ob_compared} ) { $where .= ' AND ac.ob_transaction is true ' } elsif ( not $form->{l_cb_compared} ) { $where .= ' AND ac.cb_transaction is false '; }; } else { - # ob/cb-settings for "compared to" balance + # ob/cb-settings for "as of" balance if ( $form->{l_ob} ) { $where .= ' AND ac.ob_transaction is true ' } elsif ( not $form->{l_cb} ) { -- 2.20.1