From 102219755bce137da1a1d0e22b328f9271daebee Mon Sep 17 00:00:00 2001 From: Udo Spallek Date: Fri, 30 Dec 2005 20:57:09 +0000 Subject: [PATCH] Solved Bug 237. USTVA Vorsteuer wird nicht richtig berechnet. --- SL/USTVA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/USTVA.pm b/SL/USTVA.pm index dc2c46f5d..af1896602 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -717,7 +717,7 @@ sub get_accounts_ustva { SELECT trans_id FROM acc_trans JOIN chart ON (chart_id = id) - WHERE link LIKE '%AP_paid%' + WHERE link LIKE '%AP_amount%' $subwhere ) -- 2.20.1