koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui recie... [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui recie... [rel_2_2]
Date: Wed, 02 Aug 2006 13:11:58 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <kados>  06/08/02 13:11:58

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/acqui: recieve.tmpl 

Log message:
        sync with default tmpl: BUGFIX in receive : all pending orders where 
grouped in getallorders, only 1 line was shown in pending orders for each
        +basket, instead of X

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/recieve.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.5&r2=1.1.2.6

Patches:
Index: recieve.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/recieve.tmpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- recieve.tmpl        31 Jul 2006 14:43:20 -0000      1.1.2.5
+++ recieve.tmpl        2 Aug 2006 13:11:58 -0000       1.1.2.6
@@ -11,7 +11,7 @@
 <ul>
 <li>Invoice: <!-- TMPL_VAR name="invoice" --></li>
 <li>Received by: <!-- TMPL_VAR name="user" --></li>
-<li>Date: <!-- TMPL_VAR name="datereceived"--></li>
+<li>Date: <!-- TMPL_VAR name="formatteddatereceived"--></li>
 </ul>
        
        <h2> Items in parcel</h2>
@@ -66,6 +66,10 @@
                        <td><!-- TMPL_VAR NAME="gst" --></td>
                </tr>
                <tr>
+                       <td colspan="2" scope="row">FREIGHT</td>
+                       <td><!-- TMPL_VAR NAME="freight" --></td>
+               </tr>
+               <tr>
                        <td colspan="2" scope="row">TOTAL</td>
                        <td><!-- TMPL_VAR NAME="grandtot" --></td>
                </tr>




reply via email to

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