From c799039a59ee955716111b1babbf616fe8c8cf16 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 5af5399d89..30dba855b5 100755 --- a/cataloguing/additem.pl +++ b/cataloguing/additem.pl @@ -442,6 +442,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.5