koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Reserves2.pm,1.8,1.9


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/C4 Reserves2.pm,1.8,1.9
Date: Tue, 23 Jul 2002 20:01:19 -0700

Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv29249/C4

Modified Files:
        Reserves2.pm 
Log Message:

fixed bug that kept asigning reserved books to the same person!



Index: Reserves2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Reserves2.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** Reserves2.pm        2 Jul 2002 15:46:42 -0000       1.8
--- Reserves2.pm        24 Jul 2002 03:01:17 -0000      1.9
***************
*** 80,84 ****
                return ("Waiting", $res);
            } else {
!               if ($res->{'priority'} < $priority) {
                    $priority = $res->{'priority'};
                    $highest = $res;
--- 80,84 ----
                return ("Waiting", $res);
            } else {
!               if ($res->{'priority'} != 0 && $res->{'priority'} < $priority) {
                    $priority = $res->{'priority'};
                    $highest = $res;




reply via email to

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