From ed564837a64a45bfd1551ab54417daf0a3b9c559 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 11 May 2020 11:27:16 +0100 Subject: [PATCH] Bug 25389: Correct original DB update for bug 22563 Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index aa29daa098..277d094b34 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -19001,7 +19001,7 @@ if ( CheckVersion($DBversion) ) { UPDATE accountlines SET - accounttype = 'LOST_RETURNED' + accounttype = 'LOST_RETURN' WHERE accounttype = 'CR'; }); -- 2.11.0