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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to