View | Details | Raw Unified | Return to bug 39544
Collapse All | Expand All

(-)a/cataloguing/addbiblio.pl (-1 / +1 lines)
Lines 509-514 my $fa_duedatespec = $input->param('duedatespec'); Link Here
509
$op            = $input->param('op') // q{};
509
$op            = $input->param('op') // q{};
510
$frameworkcode = &GetFrameworkCode($biblionumber)
510
$frameworkcode = &GetFrameworkCode($biblionumber)
511
    if ( $biblionumber and not( defined $frameworkcode ) and $op ne 'cud-addbiblio' );
511
    if ( $biblionumber and not( defined $frameworkcode ) and $op ne 'cud-addbiblio' );
512
$frameworkcode //= '';
512
513
513
my $userflags =
514
my $userflags =
514
    $frameworkcode eq 'FA'
515
    $frameworkcode eq 'FA'
515
- 

Return to bug 39544