[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/reports borrowers_out.pl
From: |
Bruno Toumi |
Subject: |
[Koha-cvs] koha/reports borrowers_out.pl |
Date: |
Fri, 12 May 2006 09:45:51 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch:
Changes by: Bruno Toumi <address@hidden> 06/05/12 09:45:51
Modified files:
reports : borrowers_out.pl
Log message:
bug fixing : adding a call to C4::members
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/reports/borrowers_out.pl.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
Patches:
Index: koha/reports/borrowers_out.pl
diff -u koha/reports/borrowers_out.pl:1.4 koha/reports/borrowers_out.pl:1.5
--- koha/reports/borrowers_out.pl:1.4 Fri Jan 6 16:39:42 2006
+++ koha/reports/borrowers_out.pl Fri May 12 09:45:51 2006
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: borrowers_out.pl,v 1.4 2006/01/06 16:39:42 tipaul Exp $
+# $Id: borrowers_out.pl,v 1.5 2006/05/12 09:45:51 btoumi Exp $
# Copyright 2000-2002 Katipo Communications
#
@@ -30,7 +30,7 @@
use C4::Interface::CGI::Output;
use C4::Circulation::Circ2;
use Date::Manip;
-
+use C4::Members;
=head1 NAME
plugin that shows a stats on borrowers
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/reports borrowers_out.pl,
Bruno Toumi <=