[Koha-cvs] koha/opac opac-reserve.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Tue Dec 19 16:04:04 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/12/19 15:04:04

Modified files:
	opac           : opac-reserve.pl 

Log message:
	removing warn.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-reserve.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.29.2.8&r2=1.29.2.9

Patches:
Index: opac-reserve.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-reserve.pl,v
retrieving revision 1.29.2.8
retrieving revision 1.29.2.9
diff -u -b -r1.29.2.8 -r1.29.2.9
--- opac-reserve.pl	14 Dec 2006 15:41:54 -0000	1.29.2.8
+++ opac-reserve.pl	19 Dec 2006 15:04:04 -0000	1.29.2.9
@@ -234,14 +234,12 @@
         $fee = sprintf "%.02f", $fee;
         $template->param( fee => $fee, istherefee => $fee > 0 ? 1 : 0 );
         $template->param( item_types_selected => 1 );
-        warn "Branch is ==$branch==";
         $template->param( no_branch_selected => 1 ) unless ( $branch != '' );
     }
     else {
         $template->param( message            => 1 );
         $template->param( no_items_selected  => 1 ) unless ($proceed);
         $template->param( no_branch_selected => 1 ) unless ($branch);
-        warn "Branch is ==$branch==";
     }
 }
 elsif ( $query->param('place_reserve') ) {





More information about the Koha-cvs mailing list