[Koha-cvs] CVS: koha/acqui.simple bulkmarcimport.pl,1.8,1.9

Andrew Arensburger arensb at users.sourceforge.net
Mon Oct 7 02:55:34 CEST 2002


Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv16354

Modified Files:
	bulkmarcimport.pl 
Log Message:
Added a FIXME comment.


Index: bulkmarcimport.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/bulkmarcimport.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** bulkmarcimport.pl	5 Oct 2002 09:55:58 -0000	1.8
--- bulkmarcimport.pl	7 Oct 2002 00:55:32 -0000	1.9
***************
*** 55,58 ****
--- 55,61 ----
  my $dbh = C4::Context->dbh;
  my $userid=$ENV{'REMOTE_USER'};
+ 
+ # FIXME - Wouldn't it be better to use &C4::SimpleMarc::taglabel
+ # instead of duplicating this information?
  %tagtext = (
      '001' => 'Control number',





More information about the Koha-cvs mailing list