koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Acquisition.pm,1.9.2.5,1.9.2.6


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/C4 Acquisition.pm,1.9.2.5,1.9.2.6
Date: Tue, 28 Jun 2005 03:21:31 -0700

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11373/C4

Modified Files:
      Tag: rel_2_2
        Acquisition.pm 
Log Message:
Adding Result counts and line counters to 
- histsearch (search order)
- members search

Index: Acquisition.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisition.pm,v
retrieving revision 1.9.2.5
retrieving revision 1.9.2.6
diff -C2 -r1.9.2.5 -r1.9.2.6
*** Acquisition.pm      7 Jun 2005 12:56:37 -0000       1.9.2.5
--- Acquisition.pm      28 Jun 2005 10:21:29 -0000      1.9.2.6
***************
*** 612,616 ****
--- 612,618 ----
        $sth->execute;
        my @order_loop;
+       my $cnt=1;
        while (my $line = $sth->fetchrow_hashref) {
+               $line->{count}=$cnt++;
                push @order_loop, $line;
        }




reply via email to

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