From 19304dbf9867573d08a50b0a9eaaeb0f6d1332c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 10 Mar 2022 09:43:32 +0100 Subject: [PATCH] Kosmetik Payment-Helper --- SL/DB/Helper/Payment.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SL/DB/Helper/Payment.pm b/SL/DB/Helper/Payment.pm index f8f156d26..028f76f3f 100644 --- a/SL/DB/Helper/Payment.pm +++ b/SL/DB/Helper/Payment.pm @@ -646,8 +646,8 @@ sub skonto_charts { }; push @skonto_charts, $rec; - }; - }; + } + } # if the rounded sum of all rounding_errors reaches 0.01 this sum is # subtracted from the largest skonto_amount -- 2.20.1