From 7f9796ced2a1c0f9db0a70357d4c6f59bd0dd1a6 Mon Sep 17 00:00:00 2001 From: Udo Spallek Date: Thu, 26 Jan 2006 22:16:44 +0000 Subject: [PATCH] Fix 275. fromdate missing. --- SL/USTVA.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SL/USTVA.pm b/SL/USTVA.pm index af1896602..28fc5718e 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -646,9 +646,8 @@ sub get_accounts_ustva { $subwhere .= " AND transdate >= '$fromdate'"; $glwhere = " AND ac.transdate >= '$fromdate'"; $ARwhere .= " AND acc.transdate >= '$fromdate'"; - $where .= " AND ac.transdate >= '$fromdate'"; - } + $where .= " AND ac.transdate >= '$fromdate'"; } if ($todate) { -- 2.20.1