From a544d6fc077a2ef30c71317e5280944d9e3ae7c2 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 7 Apr 2011 14:38:27 +0200 Subject: [PATCH] [SIGNED-OFF] BZ5275: enable switching back to default biblio framework Content-Type: text/plain; charset="utf-8" Signed-off-by: Katrin Fischer --- cataloguing/addbiblio.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cataloguing/addbiblio.pl b/cataloguing/addbiblio.pl index 4bb2012..0ae7a36 100755 --- a/cataloguing/addbiblio.pl +++ b/cataloguing/addbiblio.pl @@ -838,7 +838,7 @@ my $dbh = C4::Context->dbh; my $userflags = ($frameworkcode eq 'FA') ? "fast_cataloging" : "edit_catalogue"; $frameworkcode = &GetFrameworkCode($biblionumber) - if ( $biblionumber and not($frameworkcode) ); + if ( $biblionumber and not($frameworkcode) and $op ne 'addbiblio' ); $frameworkcode = '' if ( $frameworkcode eq 'Default' ); my ( $template, $loggedinuser, $cookie ) = get_template_and_user( -- 1.7.1