From c3dcfcd5f72d214cbdf5f630cdee7a4dfc95b68c 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 Content-Type: text/plain; charset=utf-8 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 --- 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 e3d1675..cee8ad0 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.1.4