From 16f767317e516909c0ce984a9da8f1bdaa93c45a Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 12 Mar 2021 11:03:58 -0300 Subject: [PATCH] Bug 18532: (QA follow-up) Atomicupdate syntax Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/atomicupdate/bug-18532.perl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug-18532.perl b/installer/data/mysql/atomicupdate/bug-18532.perl index e06295d3376..9daf0a5284d 100644 --- a/installer/data/mysql/atomicupdate/bug-18532.perl +++ b/installer/data/mysql/atomicupdate/bug-18532.perl @@ -52,7 +52,5 @@ if( CheckVersion( $DBversion ) ) { VALUES ('AutoRenewalNotices','cron','cron|preferences|never','How should Koha determine whether to end autorenewal notices','Choice') }); - # Always end with this (adjust the bug info) - SetVersion( $DBversion ); - print "Upgrade to $DBversion done (Bug 18532 - Add AUTO_RENEWALS in message_attributes and add AUTO_RENEWALS_DGST letter)\n"; + NewVersion( $DBversion, 18532, 'Messaging preferences for auto renewals' ); } -- 2.30.2