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

(-)a/cataloguing/addbiblio.pl (-2 / +1 lines)
Lines 838-844 my $dbh = C4::Context->dbh; Link Here
838
my $userflags = ($frameworkcode eq 'FA') ? "fast_cataloging" : "edit_catalogue";
838
my $userflags = ($frameworkcode eq 'FA') ? "fast_cataloging" : "edit_catalogue";
839
839
840
$frameworkcode = &GetFrameworkCode($biblionumber)
840
$frameworkcode = &GetFrameworkCode($biblionumber)
841
  if ( $biblionumber and not($frameworkcode) );
841
  if ( $biblionumber and not($frameworkcode) and $op ne 'addbiblio' );
842
842
843
$frameworkcode = '' if ( $frameworkcode eq 'Default' );
843
$frameworkcode = '' if ( $frameworkcode eq 'Default' );
844
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
844
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
845
- 

Return to bug 5275