koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Antoine Farnault
Subject: [Koha-cvs] koha/opac opac-reserve.pl [rel_3_0]
Date: Tue, 19 Dec 2006 15:04:04 +0000

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') ) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]