koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui basket.pl,1.22,1.23


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/acqui basket.pl,1.22,1.23
Date: Mon, 04 Oct 2004 13:03:43 -0700

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

Modified Files:
        basket.pl 
Log Message:
* removing the hard coded $
* adding bookfund to the order list

Index: basket.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/basket.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** basket.pl   17 Sep 2004 12:32:29 -0000      1.22
--- basket.pl   4 Oct 2004 20:03:23 -0000       1.23
***************
*** 95,98 ****
--- 95,99 ----
        $line{line_total} = $line_total;
        $line{biblionumber} = $results[$i]->{'biblionumber'};
+       $line{bookfundid} = $results[$i]->{'bookfundid'};
        push @books_loop, \%line;
  }




reply via email to

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