[Koha-patches] [PATCH] [3.0.x] Fixed missing use in intentory tool

Jean-André Santoni jeanandre.santoni at biblibre.com
Fri Jan 8 16:58:26 CET 2010


From: Koha Biblibre <koha at biblibre.com>

AddReturn was used, but C4::Circulation not included.
---
 tools/inventory.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/inventory.pl b/tools/inventory.pl
index f3de234..8474d7d 100755
--- a/tools/inventory.pl
+++ b/tools/inventory.pl
@@ -27,6 +27,7 @@ use C4::Items;
 use C4::Dates qw/format_date format_date_in_iso/;
 use C4::Koha;
 use C4::Branch; # GetBranches
+use C4::Circulation;
 
 my $input = new CGI;
 my $minlocation=$input->param('minlocation') || '';
-- 
1.5.2.1




More information about the Koha-patches mailing list