From c4a0be0a68916718d5e4c1daee011630bd02fb25 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 2 Sep 2016 16:18:38 +0000 Subject: [PATCH] Bug 10848 - Fix DBRev description 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 35d4cdf697..9024736a7f 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -12848,7 +12848,7 @@ if ( CheckVersion($DBversion) ) { INSERT IGNORE INTO systempreferences (`variable`, `value`, `options`, `explanation`, `type`) VALUES ('OPACSuggestionMandatoryFields','title','','Define the mandatory fields for a patron purchase suggestions made via OPAC.','multiple'); }); - print "Upgrade to $DBversion done (Bug 7045 - Default-value substitution inconsistent)\n"; + print "Upgrade to $DBversion done (Bug 10848 - Allow configuration of mandatory/required fields on the suggestion form in OPAC)\n"; SetVersion($DBversion); } -- 2.20.1