Followup: Adding AllowNotForLoanOverride
authorHenri-Damien LAURENT <henridamien@koha-fr.org>
Mon, 2 Feb 2009 17:02:48 +0000 (18:02 +0100)
committerHenri-Damien LAURENT <henridamien@koha-fr.org>
Mon, 2 Feb 2009 17:02:48 +0000 (18:02 +0100)
an orphan bracket was lost in the file.

installer/data/mysql/updatedatabase30.pl

index 677ef4f..acfcf58 100644 (file)
@@ -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);
 }