@@ -, +, @@ --- installer/data/mysql/atomicupdate/bug-18532.perl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- a/installer/data/mysql/atomicupdate/bug-18532.perl +++ a/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' ); } --