[Koha-patches] [PATCH 5/7] opac-ISBDdetail.pl Error 500

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Wed Jul 7 15:59:02 CEST 2010


Use C4::Items was missing to make usage of GetItemsInfo
Adding it
---
 opac/opac-ISBDdetail.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opac/opac-ISBDdetail.pl b/opac/opac-ISBDdetail.pl
index 9b5c031..11c9bd5 100755
--- a/opac/opac-ISBDdetail.pl
+++ b/opac/opac-ISBDdetail.pl
@@ -55,6 +55,7 @@ use C4::Review;
 use C4::Serials;    # uses getsubscriptionfrom biblionumber
 use C4::Koha;
 use C4::Members;    # GetMember
+use C4::Items;
 use C4::External::Amazon;
 
 my $query = CGI->new();
-- 
1.7.0.4



More information about the Koha-patches mailing list