Bug 22669: Fix item editing on receiving an order
[koha-equinox.git] / cataloguing / additem.pl
index 48417aa..062d335 100755 (executable)
@@ -931,7 +931,6 @@ $template->param(
     itemtagfield     => $itemtagfield,
     itemtagsubfield  => $itemtagsubfield,
     op      => $nextop,
-    opisadd => ($nextop eq "saveitem") ? 0 : 1,
     popup => scalar $input->param('popup') ? 1: 0,
     C4::Search::enabled_staff_search_views,
 );