[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/circ circulation.pl [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/circ circulation.pl [rel_3_0] |
Date: |
Mon, 20 Nov 2006 11:35:37 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/11/20 11:35:37
Modified files:
circ : circulation.pl
Log message:
add a call to Koha.pm
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.97.2.7&r2=1.97.2.8
Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.97.2.7
retrieving revision 1.97.2.8
diff -u -b -r1.97.2.7 -r1.97.2.8
--- circulation.pl 20 Nov 2006 11:01:03 -0000 1.97.2.7
+++ circulation.pl 20 Nov 2006 11:35:37 -0000 1.97.2.8
@@ -30,6 +30,7 @@
use C4::Print;
use C4::Auth;
use C4::Interface::CGI::Output;
+use C4::Koha; # GetBranches
use HTML::Template;
use Date::Calc qw(
Today