koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/acqui.simple bulkmarcimport.pl,1.8,1.9
Date: Sun, 06 Oct 2002 17:55:34 -0700

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',




reply via email to

[Prev in Thread] Current Thread [Next in Thread]