[Koha-devel] CVS: koha updatebibitem.pl,1.1.1.1,1.2

Steve Tonnesen tonnesen at users.sourceforge.net
Wed Oct 10 12:28:12 CEST 2001


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

Modified Files:
	updatebibitem.pl 
Log Message:
Fixed bug where a biblioitem with a subclass but no dewey would get the
subclass erased when editing the biblioitem.


Index: updatebibitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/updatebibitem.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** updatebibitem.pl	2000/12/19 23:45:53	1.1.1.1
--- updatebibitem.pl	2001/10/10 19:27:00	1.2
***************
*** 41,44 ****
--- 41,45 ----
  }else{
    $dewey='';
+   $subclass=$class;
  }
  my $illus=checkinp($input->param('Illustrations'));





More information about the Koha-devel mailing list