Lines 913-918
if ($biblionumber) {
Link Here
|
913 |
#------------------------------------------------------------------------------------- |
913 |
#------------------------------------------------------------------------------------- |
914 |
if ( $op eq "addbiblio" ) { |
914 |
if ( $op eq "addbiblio" ) { |
915 |
#------------------------------------------------------------------------------------- |
915 |
#------------------------------------------------------------------------------------- |
|
|
916 |
$template->param( |
917 |
biblionumberdata => $biblionumber, |
918 |
); |
916 |
# getting html input |
919 |
# getting html input |
917 |
my @params = $input->param(); |
920 |
my @params = $input->param(); |
918 |
$record = TransformHtmlToMarc( \@params , $input ); |
921 |
$record = TransformHtmlToMarc( \@params , $input ); |
Lines 996-1001
elsif ( $op eq "delete" ) {
Link Here
|
996 |
#---------------------------------------------------------------------------- |
999 |
#---------------------------------------------------------------------------- |
997 |
# If we're in a duplication case, we have to set to "" the biblionumber |
1000 |
# If we're in a duplication case, we have to set to "" the biblionumber |
998 |
# as we'll save the biblio as a new one. |
1001 |
# as we'll save the biblio as a new one. |
|
|
1002 |
$template->param( |
1003 |
biblionumberdata => $biblionumber, |
1004 |
op => $op, |
1005 |
); |
999 |
if ( $op eq "duplicate" ) { |
1006 |
if ( $op eq "duplicate" ) { |
1000 |
$biblionumber = ""; |
1007 |
$biblionumber = ""; |
1001 |
} |
1008 |
} |