From 4d7c1a0ca3d84acf006668f58897c15b44c2f75e Mon Sep 17 00:00:00 2001 From: acli Date: Wed, 5 Feb 2003 08:04:00 +0000 Subject: [PATCH] Missing "use" statement Noted correct tab size --- circ/branchtransfers.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/circ/branchtransfers.pl b/circ/branchtransfers.pl index 9c87e5a3d9..8c50fdcd2f 100755 --- a/circ/branchtransfers.pl +++ b/circ/branchtransfers.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl +# WARNING: This file uses 4-character tabs! #written 11/3/2002 by Finlay #script to execute branch transfers of books @@ -27,6 +28,7 @@ use C4::Circulation::Circ2; use C4::Output; use C4::Reserves2; use C4::Auth; +use C4::Interface::CGI::Output; use HTML::Template; ############################################### @@ -289,3 +291,7 @@ sub name { my ($borinfo) = @_; return $borinfo->{'surname'}." ".$borinfo->{'title'}." ".$borinfo->{'firstname'}; } + +# Local Variables: +# tab-width: 4 +# End: -- 2.39.5