[Koha-cvs] CVS: koha moditem.pl,1.4,1.5

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 10:34:26 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv15785

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


Index: moditem.pl
===================================================================
RCS file: /cvsroot/koha/koha/moditem.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** moditem.pl	13 Oct 2002 07:33:42 -0000	1.4
--- moditem.pl	13 Oct 2002 08:34:23 -0000	1.5
***************
*** 59,62 ****
--- 59,64 ----
  #$inputs{'Author'}="text\t$data->{'author'}\t0";
  #$inputs{'Title'}="text\t$data->{'title'}\t1";
+ # FIXME - The Dewey code is a string, not a number. And "000" is a
+ # perfectly acceptable value.
  my $dewey = $data->{'dewey'};
  $dewey =~ s/0+$//;





More information about the Koha-cvs mailing list