From 862d7185686d41dc11c7fad0a8edc12191e1bc34 Mon Sep 17 00:00:00 2001 From: rangi Date: Sat, 17 Jun 2006 03:29:41 +0000 Subject: [PATCH] Variable to allow librarians to switch reviews on or off --- updater/updatedatabase | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index 63e6540698..43b0bbdaa1 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -455,6 +455,15 @@ my %tabledata = ( explanation => 'This Variable allow or not to return automaticly to his homebranch', type => 'YesNo', }, + { + uniquefieldrequired => 'variable', + variable => 'reviewson', + value => '0', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'Allows patrons to submit reviews from the opac', + type => 'YesNo', + }, ], ); @@ -1775,6 +1784,9 @@ sub MARCgetitem { exit; # $Log$ +# Revision 1.146 2006/06/17 03:29:41 rangi +# Variable to allow librarians to switch reviews on or off +# # Revision 1.145 2006/06/16 09:45:02 btoumi # updatedatabase.pl: add change of borrowers table to deletedborrowers table # deletemem.pl: delete use of warn function -- 2.39.5