Bug 22563: (QA follow-up) Correction to DB update
[koha-equinox.git] / installer / data / mysql / atomicupdate / bug_22563.perl
index 1c27e04..e8176f7 100644 (file)
@@ -51,7 +51,7 @@ if ( CheckVersion($DBversion) ) {
         UPDATE
           accountlines
         SET
-          accounttype = 'LOST',
+          accounttype = 'LOST'
         WHERE
           accounttype = 'L';
     });
@@ -60,7 +60,7 @@ if ( CheckVersion($DBversion) ) {
         UPDATE
           accountlines
         SET
-          accounttype = 'LOST_RETURNED',
+          accounttype = 'LOST_RETURNED'
         WHERE
           accounttype = 'CR';
     });