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

Joshua Ferraro jmf at kados.org
Wed Aug 2 15:11:58 CEST 2006


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>





More information about the Koha-cvs mailing list