From 270e395158f3abdc25ac418913a7c22a289fc950 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 Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- 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.11.0