koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha detail.pl [dev_week]


From: Joshua Ferraro
Subject: [Koha-cvs] koha detail.pl [dev_week]
Date: Sat, 14 Oct 2006 04:00:17 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Joshua Ferraro <kados>  06/10/14 04:00:17

Modified files:
        .              : detail.pl 

Log message:
        oops ... forgot to finish the last commit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/detail.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.24.2.9.2.2&r2=1.24.2.9.2.3

Patches:
Index: detail.pl
===================================================================
RCS file: /sources/koha/koha/Attic/detail.pl,v
retrieving revision 1.24.2.9.2.2
retrieving revision 1.24.2.9.2.3
diff -u -b -r1.24.2.9.2.2 -r1.24.2.9.2.3
--- detail.pl   14 Oct 2006 03:56:59 -0000      1.24.2.9.2.2
+++ detail.pl   14 Oct 2006 04:00:16 -0000      1.24.2.9.2.3
@@ -44,7 +44,7 @@
 
 my $norequests = 1;
 foreach my $itm (@items) {
-    $norequests = 0 unless ($itm->{'notforloan'}>0);
+    $norequests = 0 unless (($itm->{'notforloan'}>0) || 
($itm->{'itemnotforloan'}>0));
     $itm->{$itm->{'publictype'}} = 1;
 }
 




reply via email to

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