[Koha-cvs] CVS: koha/authorities authorities.pl,1.8.2.4,1.8.2.5

Paul POULAIN tipaul at users.sourceforge.net
Tue Oct 25 15:10:32 CEST 2005


Update of /cvsroot/koha/koha/authorities
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12774/authorities

Modified Files:
      Tag: rel_2_2
	authorities.pl 
Log Message:
* adding a feature to enable reordering of subfields in MARC editor (can be considered as a bug ? at least one of my libraries think that yes !)
(authority MARC editor)

Index: authorities.pl
===================================================================
RCS file: /cvsroot/koha/koha/authorities/authorities.pl,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -C2 -r1.8.2.4 -r1.8.2.5
*** authorities.pl	25 Oct 2005 13:09:52 -0000	1.8.2.4
--- authorities.pl	25 Oct 2005 13:10:29 -0000	1.8.2.5
***************
*** 417,420 ****
--- 417,421 ----
  $template->param(authtypesloop => \@authtypesloop,
  				authtypetext => $authtypes->{$authtypecode}{'authtypetext'},
+ 				hide_marc => C4::Context->preference('hide_marc'),
  				);
  output_html_with_http_headers $input, $cookie, $template->output;





More information about the Koha-cvs mailing list