From a7f2c450de1142a16df67d04a30d5bd5e2813c52 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 3 Apr 2017 09:21:37 +0200 Subject: [PATCH] Bug 17866: [QA Follow-up] Change wording of db revision As Katrin noted on the report, we should not limit the db rev message to the serial claims only. Applies to acquisision claims too. Note: Strictly speaking, we could also mention the new ACQORDER notice, but this will not yet be widely used. Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index e3d1675736..cee8ad051f 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -14075,7 +14075,7 @@ if( CheckVersion( $DBversion ) ) { $DBversion = "16.12.00.022"; 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 "NOTE: The sender for 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"; SetVersion( $DBversion ); print "Upgrade to $DBversion done (Bug 17866 - Change sender for serial claim notifications)\n"; } -- 2.11.4.GIT