From 8450641cf6e24eda70a2dfc446348c290d6bb417 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Mon, 2 Feb 2009 18:02:48 +0100 Subject: [PATCH] Followup: Adding AllowNotForLoanOverride an orphan bracket was lost in the file. --- installer/data/mysql/updatedatabase30.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase30.pl b/installer/data/mysql/updatedatabase30.pl index 677ef4f34d..acfcf58e3a 100644 --- a/installer/data/mysql/updatedatabase30.pl +++ b/installer/data/mysql/updatedatabase30.pl @@ -146,7 +146,6 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AllowNotForLoanOverride', '0', 'if ON, enables the librarian to choose when they want to check out a notForLoan regular item',NULL,'YesNo') ENDOFNOTFORLOANOVERRIDE print "Upgrade to $DBversion done (Adding AllowNotForLoanOverride System preference)\n"; - } SetVersion ($DBversion); } -- 2.20.1