[Koha-cvs] Changes to koha/value_builder/unimarc_field_210c.pl [rel_2_2]

paul poulain paul at koha-fr.org
Thu Dec 8 10:36:02 CET 2005


Index: koha/value_builder/unimarc_field_210c.pl
diff -u koha/value_builder/unimarc_field_210c.pl:1.7.2.1 koha/value_builder/unimarc_field_210c.pl:1.7.2.2
--- koha/value_builder/unimarc_field_210c.pl:1.7.2.1	Sat Oct 15 16:45:42 2005
+++ koha/value_builder/unimarc_field_210c.pl	Thu Dec  8 09:35:50 2005
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: unimarc_field_210c.pl,v 1.7.2.1 2005/10/15 16:45:42 hdl Exp $
+# $Id: unimarc_field_210c.pl,v 1.7.2.2 2005/12/08 09:35:50 tipaul Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -172,8 +172,7 @@
 					query => $query,
 					type => 'intranet',
 					authnotrequired => 0,
-					flagsrequired => {borrowers => 1},
-					flagsrequired => {catalogue => 1},
+					flagsrequired => {editcatalogue => 1},
 					debug => 1,
 					});
 	





More information about the Koha-cvs mailing list