Lines 421-426
$restrictededition = 0 if ($restrictededition != 0 && $frameworkcode eq 'FA' &&
Link Here
|
421 |
|
421 |
|
422 |
my $tagslib = &GetMarcStructure(1,$frameworkcode); |
422 |
my $tagslib = &GetMarcStructure(1,$frameworkcode); |
423 |
my $record = GetMarcBiblio({ biblionumber => $biblionumber }); |
423 |
my $record = GetMarcBiblio({ biblionumber => $biblionumber }); |
|
|
424 |
|
425 |
output_and_exit_if_error( $input, $cookie, $template, |
426 |
{ module => 'cataloguing', record => $record } ); |
427 |
|
424 |
my $oldrecord = TransformMarcToKoha($record); |
428 |
my $oldrecord = TransformMarcToKoha($record); |
425 |
my $itemrecord; |
429 |
my $itemrecord; |
426 |
my $nextop="additem"; |
430 |
my $nextop="additem"; |