From ac7bda678c2a2ed8dacd85b43bbf508029965271 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Mon, 16 Nov 2009 15:45:57 +0100 Subject: [PATCH] (bug #3786) fix items edition menu This re-allow the user to go back to normal/isbd/marc view when he's in items edition page --- cataloguing/additem.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl index 44ec8abf14..44e933b409 100755 --- a/cataloguing/additem.pl +++ b/cataloguing/additem.pl @@ -536,6 +536,7 @@ $template->param( itemtagsubfield => $itemtagsubfield, op => $nextop, opisadd => ($nextop eq "saveitem") ? 0 : 1, + C4::Search::enabled_staff_search_views, ); foreach my $error (@errors) { $template->param($error => 1); -- 2.39.2