From bc73b938867f95f2a2bfd2d1c5c069ab66a6ea95 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 See BZ, comment 6, requested by QA. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- 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 0000000000..15e9b0e3bf --- /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.39.2