From 647b67b5d73e16f93c7239f182ce3c33ec025558 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 22 Mar 2017 16:50:33 +0100 Subject: [PATCH] Bug 17866: [QA Follow-up] Add notification for changed sender address Content-Type: text/plain; charset=utf-8 See BZ, comment 6, requested by QA. Signed-off-by: Marcel de Rooy --- installer/data/mysql/atomicupdate/bug17866.perl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bug17866.perl diff --git a/installer/data/mysql/atomicupdate/bug17866.perl b/installer/data/mysql/atomicupdate/bug17866.perl new file mode 100644 index 0000000..15e9b0e --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug17866.perl @@ -0,0 +1,5 @@ +$DBversion = 'XXX'; # will be replaced by the RM +if( CheckVersion( $DBversion ) ) { + print "NOTE: The sender for serial claim notifications has been corrected. The email address of the staff member is no longer used. We will use the branch email address or KohaAdminEmailAddress, as is done for other notices.\n"; + print "Upgrade to $DBversion done (Bug 17866 - Change sender for serial claim notifications)\n"; +} -- 2.1.4