[Koha-patches] [PATCH] (bug #3786) fix items edition menu

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Mon Nov 16 15:46:57 CET 2009


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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl
index 5af5399..30dba85 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);
-- 
1.6.3.3




More information about the Koha-patches mailing list