koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui recieve.tm


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui recieve.tmpl,1.11,1.12
Date: Tue, 14 Sep 2004 05:32:15 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14444/koha-tmpl/intranet-tmpl/default/en/acqui

Modified Files:
        recieve.tmpl 
Log Message:
fix to calculate item cost (the / was buggy : everywhere else there is the 
price is the unit price)

Index: recieve.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/recieve.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** recieve.tmpl        13 Sep 2004 15:28:58 -0000      1.11
--- recieve.tmpl        14 Sep 2004 12:32:13 -0000      1.12
***************
*** 46,53 ****
                                <td><a href="acquire.pl?recieve=<!-- TMPL_VAR 
NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" 
-->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR 
NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;supplierid=<!-- 
TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="title" --></a></td>
                                <td><!-- TMPL_VAR NAME="author" --></td>
!                               <td>$<!-- TMPL_VAR NAME="unitprice" --></td>
                                <td></td>
                                <td><!-- TMPL_VAR NAME="quantityrecieved" 
--></td>
!                               <td>$<!-- TMPL_VAR NAME="total" --></td>
                        </tr>
                <!-- /TMPL_LOOP -->
--- 46,53 ----
                                <td><a href="acquire.pl?recieve=<!-- TMPL_VAR 
NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" 
-->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR 
NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;supplierid=<!-- 
TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="title" --></a></td>
                                <td><!-- TMPL_VAR NAME="author" --></td>
!                               <td><!-- TMPL_VAR NAME="unitprice" --></td>
                                <td></td>
                                <td><!-- TMPL_VAR NAME="quantityrecieved" 
--></td>
!                               <td><!-- TMPL_VAR NAME="total" --></td>
                        </tr>
                <!-- /TMPL_LOOP -->
***************
*** 57,64 ****
                        <th class="acquisition"></th>
                        <th class="acquisition">SUBTOTALS</th>
!                       <th class="acquisition">$<!-- TMPL_VAR 
NAME="totalprice" --></th>
                        <th class="acquisition"><!-- TMPL_VAR 
NAME="totalfreight" --></th>
                        <th class="acquisition"><!-- TMPL_VAR 
NAME="totalquantity" --></th>
!                       <th class="acquisition">$<!-- TMPL_VAR NAME="tototal" 
--></th>
                </tr>
                <tr>
--- 57,64 ----
                        <th class="acquisition"></th>
                        <th class="acquisition">SUBTOTALS</th>
!                       <th class="acquisition"><!-- TMPL_VAR NAME="totalprice" 
--></th>
                        <th class="acquisition"><!-- TMPL_VAR 
NAME="totalfreight" --></th>
                        <th class="acquisition"><!-- TMPL_VAR 
NAME="totalquantity" --></th>
!                       <th class="acquisition"><!-- TMPL_VAR NAME="tototal" 
--></th>
                </tr>
                <tr>
***************
*** 70,78 ****
                        </td>
                        <td colspan="2" align="right"><b>GST</b></td>
!                       <td>$<!-- TMPL_VAR NAME="gst" --></td>
                </tr>
                <tr bgcolor="white">
                        <td colspan="2" align="right" ><b>TOTAL</b></td>
!                       <td>$<!-- TMPL_VAR NAME="grandtot" --></td>
                </tr>
        </table>
--- 70,78 ----
                        </td>
                        <td colspan="2" align="right"><b>GST</b></td>
!                       <td><!-- TMPL_VAR NAME="gst" --></td>
                </tr>
                <tr bgcolor="white">
                        <td colspan="2" align="right" ><b>TOTAL</b></td>
!                       <td><!-- TMPL_VAR NAME="grandtot" --></td>
                </tr>
        </table>




reply via email to

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