[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.44,1.45

Paul POULAIN tipaul at users.sourceforge.net
Mon Sep 13 17:19:00 CEST 2004


Update of /cvsroot/koha/koha/acqui.simple
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8063/acqui.simple

Modified Files:
	addbiblio.pl 
Log Message:
bugfix : repeatable field management for new biblio

Index: addbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbiblio.pl,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** addbiblio.pl	2 Sep 2004 16:21:29 -0000	1.44
--- addbiblio.pl	13 Sep 2004 15:18:58 -0000	1.45
***************
*** 279,282 ****
--- 279,283 ----
  					$tag_data{tag} = $tag;
  					$tag_data{tag_lib} = $tagslib->{$tag}->{lib};
+ 					$tag_data{repeatable} = $tagslib->{$tag}->{repeatable};
  					$tag_data{indicator} = $indicator;
  					$tag_data{subfield_loop} = \@subfields_data;





More information about the Koha-cvs mailing list