koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui newbiblio.pl,1.23,1.24


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/acqui newbiblio.pl,1.23,1.24
Date: Tue, 28 Jun 2005 18:00:51 -0700

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

Modified Files:
        newbiblio.pl 
Log Message:
Some of the values from the bookseller table werent being passed through to the 
templates


Index: newbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/newbiblio.pl,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** newbiblio.pl        22 Jun 2005 13:14:12 -0000      1.23
--- newbiblio.pl        29 Jun 2005 01:00:49 -0000      1.24
***************
*** 170,173 ****
--- 170,176 ----
                                                listprice => 
$booksellers[0]->{'listprice'},
                                                gstreg => 
$booksellers[0]->{'gstreg'},
+                                                 invoiceinc => 
$booksellers[0]->{'invoiceincgst'},                              
+                                                 invoicedisc => 
$booksellers[0]->{'invoicedisc'},                               
+                                                 nocalc => 
$booksellers[0]->{'nocalc'},
                                                name => 
$booksellers[0]->{'name'},
                                                currency => 
$booksellers[0]->{'listprice'},




reply via email to

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