Fix so that syspref description is populated after
a database updated.
---
installer/data/mysql/updatedatabase.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/installer/data/mysql/updatedatabase.pl
b/installer/data/mysql/updatedatabase.pl
index a10585c..7dd236c 100755
--- a/installer/data/mysql/updatedatabase.pl
+++ b/installer/data/mysql/updatedatabase.pl
@@ -2490,8 +2490,8 @@ if (C4::Context->preference("Version") <
TransformToNum($DBversion)) {
$DBversion = '3.01.00.040';
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
- $dbh->do("INSERT INTO systempreferences
(variable,value,options,explanation,type)VALUES('AllowHoldDateInFuture','0','If
set a date field is displayed on the Hold screen of the Staff Interface,
allowing the hold date to be set in the future.','','YesNo')");
- $dbh->do("INSERT INTO systempreferences
(variable,value,options,explanation,type)VALUES('OPACAllowHoldDateInFuture','0','If
set, along with the AllowHoldDateInFuture system preference, OPAC users can
set the date of a hold to be in the future.','','YesNo')");
+ $dbh->do("INSERT INTO systempreferences
(variable,value,explanation,options,type)VALUES('AllowHoldDateInFuture','0','If
set a date field is displayed on the Hold screen of the Staff Interface,
allowing the hold date to be set in the future.','','YesNo')");
+ $dbh->do("INSERT INTO systempreferences
(variable,value,explanation,options,type)VALUES('OPACAllowHoldDateInFuture','0','If
set, along with the AllowHoldDateInFuture system preference, OPAC users can
set the date of a hold to be in the future.','','YesNo')");
SetVersion ($DBversion);
print "Upgrade to $DBversion done (AllowHoldDateInFuture and
OPACAllowHoldDateInFuture sysprefs)\n";
}
--
1.5.6.5
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches