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 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
