|
Lines 847-853
foreach my $tag ( keys %{$tagslib}){
Link Here
|
| 847 |
@loop_data = sort {$a->{subfield} cmp $b->{subfield} } @loop_data; |
847 |
@loop_data = sort {$a->{subfield} cmp $b->{subfield} } @loop_data; |
| 848 |
|
848 |
|
| 849 |
# what's the next op ? it's what we are not in : an add if we're editing, otherwise, and edit. |
849 |
# what's the next op ? it's what we are not in : an add if we're editing, otherwise, and edit. |
| 850 |
$template->param( title => $record->title() ) if ($record ne "-1"); |
|
|
| 851 |
$template->param( |
850 |
$template->param( |
| 852 |
biblionumber => $biblionumber, |
851 |
biblionumber => $biblionumber, |
| 853 |
title => $oldrecord->{title}, |
852 |
title => $oldrecord->{title}, |
| 854 |
- |
|
|