Fixed bug where a biblioitem with a subclass but no dewey would get the
subclass erased when editing the biblioitem.
This commit is contained in:
parent
2d6a87c168
commit
ef41a26a6c
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ if ($class =~/[0-9]+/){
|
|||
# print $classification,$dewey,$subclass;
|
||||
}else{
|
||||
$dewey='';
|
||||
$subclass=$class;
|
||||
}
|
||||
my $illus=checkinp($input->param('Illustrations'));
|
||||
my $pages=checkinp($input->param('Pages'));
|
||||
|
|
Loading…
Reference in a new issue