Bug 25389: Correct original DB update for bug 22563
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 11 May 2020 10:27:16 +0000 (11:27 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 13 May 2020 09:36:02 +0000 (10:36 +0100)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

installer/data/mysql/updatedatabase.pl

index aa29daa..277d094 100755 (executable)
@@ -19001,7 +19001,7 @@ if ( CheckVersion($DBversion) ) {
         UPDATE
           accountlines
         SET
-          accounttype = 'LOST_RETURNED'
+          accounttype = 'LOST_RETURN'
         WHERE
           accounttype = 'CR';
     });