[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] CVS: koha updatebibitem.pl,1.1.1.1,1.2
From: |
Steve Tonnesen |
Subject: |
[Koha-devel] CVS: koha updatebibitem.pl,1.1.1.1,1.2 |
Date: |
Wed Oct 10 12:28:12 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'));
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-devel] CVS: koha updatebibitem.pl,1.1.1.1,1.2,
Steve Tonnesen <=