[Koha-patches] [PATCH] Bug 7545: Can't edit items

Nicole C. Engard nengard at bywatersolutions.com
Wed Feb 15 20:49:09 CET 2012


This patch makes it so that you can click 'edit items' and actually
edit items.
---
 cataloguing/additem.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl
index 248c0de..4bf06b5 100755
--- a/cataloguing/additem.pl
+++ b/cataloguing/additem.pl
@@ -32,6 +32,7 @@ use C4::Branch; # XXX subfield_is_koha_internal_p
 use C4::ClassSource;
 use C4::Dates;
 use List::MoreUtils qw/any/;
+use C4::Search;
 
 use MARC::File::XML;
 use URI::Escape;
-- 
1.7.2.3



More information about the Koha-patches mailing list