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

Ryan Higgins rch at liblime.com
Wed Dec 20 07:09:01 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Ryan Higgins <rych>	06/12/20 06:09:01

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

Log message:
	fixing bad link to order

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/recieveorder.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3&r2=1.1.2.3.2.1

Patches:
Index: recieveorder.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/Attic/recieveorder.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.3.2.1
diff -u -b -r1.1.2.3 -r1.1.2.3.2.1
--- recieveorder.tmpl	7 Mar 2006 16:56:04 -0000	1.1.2.3
+++ recieveorder.tmpl	20 Dec 2006 06:09:01 -0000	1.1.2.3.2.1
@@ -28,7 +28,12 @@
 <form method="post" action="recieveorder.pl">
 	<table>
 		<tr>
-	<th>Number</th><th>Code</th><th>Date Received</th><th>Item Count</th><th>Biblio count</th><th>Items expected</th>
+			<th>Number</th>
+			<th>Code</th>
+			<th>Date Received</th>
+			<th>Item Count</th>
+			<th>Biblio count</th>
+			<th>Items expected</th>
 </tr>
 		<tr>
 <th>&nbsp;<input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->" /></th><th><input type="text" size="20" name="filter" value="<!-- TMPL_VAR NAME="filter" -->" /></th>
@@ -51,14 +56,16 @@
 <!-- TMPL_LOOP NAME="searchresults" -->
 	<!-- TMPL_IF NAME="even" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
 			<td>
-				<a href="/cgi-bin/koha/acqui/receive.pl?type=intra&amp;supplierid=<!-- TMPL_VAR NAME="supplierid" ESCAPE=URL -->&amp;datereceived=<!-- TMPL_VAR NAME="datereceived" ESCAPE=URL --><!--TMPL_IF Name="code"-->&amp;code=<!--TMPL_VAR Name="code" ESCAPE=URL --><!--/TMPL_IF-->">
+				<a href="/cgi-bin/koha/acqui/receive.pl?type=intra&amp;supplierid=<!-- TMPL_VAR NAME="supplierid" ESCAPE=URL -->&amp;datereceived=<!-- TMPL_VAR NAME="raw_datereceived" ESCAPE=URL --><!--TMPL_IF Name="code"-->&amp;code=<!--TMPL_VAR Name="code" ESCAPE=URL --><!--/TMPL_IF-->">
 					<!-- TMPL_VAR NAME="number" -->
 				</a>
 			</td>
 			<td>
 				<!--TMPL_IF Name="code"--><!--TMPL_VAR Name="code" --><!--/TMPL_IF-->
 			</td>
-		<td> <!-- TMPL_VAR NAME="datereceived" --> </td>
+		<td><a href="/cgi-bin/koha/acqui/receive.pl?type=intra&amp;supplierid=<!-- TMPL_VAR NAME="supplierid" ESCAPE=URL -->&amp;datereceived=<!-- TMPL_VAR NAME="raw_datereceived" ESCAPE=URL --><!--TMPL_IF Name="code"-->&amp;code=<!--TMPL_VAR Name="code" ESCAPE=URL --><!--/TMPL_IF-->">
+				<!-- TMPL_VAR NAME="datereceived" -->
+			</a></td>
 		<td> <!-- TMPL_VAR NAME="reccount" --> </td>
 		<td><!-- TMPL_VAR NAME="bibcount" -->
 		</td>
@@ -77,8 +84,8 @@
 			<label for="invoice">Parcel Code</label></th>
 			<td><input type="text" size="20" id="invoice" name="invoice" /></td></tr>
 		
-			<tr><th><label for="gst">GST</label></th>
-		<td>	<input type="text" size="20" id="gst" name="gst" /></td></tr>
+	<!-- TMPL_IF NAME="GST" -->		<tr><th><label for="gst">GST</label></th>
+		<td>	<input type="text" size="20" id="gst" name="gst" /></td></tr><!-- TMPL_ELSE --><input type="hidden" name="gst" value="0" /><!-- /TMPL_IF -->
 		
 			<tr><th><label for="freight">Freight</label></th>
 			<td><input type="text" size="20" id="freight" name="freight" /></td></tr>





More information about the Koha-cvs mailing list