Bug 17866: [QA Follow-up] Add notification for changed sender address
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 22 Mar 2017 15:50:33 +0000 (16:50 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 13:19:29 +0000 (13:19 +0000)
See BZ, comment 6, requested by QA.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug17866.perl [new file with mode: 0644]

diff --git a/installer/data/mysql/atomicupdate/bug17866.perl b/installer/data/mysql/atomicupdate/bug17866.perl
new file mode 100644 (file)
index 0000000..15e9b0e
--- /dev/null
@@ -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";
+}