From 55595e200b4f6a6ec2767071d95f96c24a4584ae Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 23 Oct 2019 16:40:31 +0100 Subject: [PATCH] Bug 23049: (QA follow-up) Catch '0' case debits Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- installer/data/mysql/atomicupdate/bug_23049_debit.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_23049_debit.perl b/installer/data/mysql/atomicupdate/bug_23049_debit.perl index 505b1fc59a..b7c6e5bb2e 100644 --- a/installer/data/mysql/atomicupdate/bug_23049_debit.perl +++ b/installer/data/mysql/atomicupdate/bug_23049_debit.perl @@ -159,7 +159,7 @@ if ( CheckVersion($DBversion) ) { FROM accountlines WHERE - amount > 0 + amount >= 0 } ); -- 2.39.2