[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui acqu...

Antoine Farnault antoine at koha-fr.org
Thu Jul 13 17:20:56 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/07/13 15:20:56

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/acqui: acquire.tmpl 
	                                       recieveorder.tmpl 
	                                       recieve.tmpl 

Log message:
	orderreceive.tmpl replace acquire.tmpl
	parcel.tmpl replace receive.tmpl
	parcels.tmpl replace recieveorder.tmpl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/acquire.tmpl?cvsroot=koha&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/recieveorder.tmpl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/recieve.tmpl?cvsroot=koha&r1=1.2&r2=1.3

Patches:
Index: acquire.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/acquire.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- acquire.tmpl	20 Jan 2006 16:04:42 -0000	1.3
+++ acquire.tmpl	13 Jul 2006 15:20:56 -0000	1.4
@@ -86,7 +86,7 @@
 		<tr>
 			<td><!-- TMPL_VAR NAME="basketno" --></td>
 			<td><!-- TMPL_VAR NAME="isbn" --></td>
-			<td><a href="acquire.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" -->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;id=<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="title" --></a></td>
+         <td><a href="orderreceive.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" -->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;id=<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="title" --></a></td>
 			<td><!-- TMPL_VAR NAME="author" --></td>
 			<td><!-- TMPL_VAR NAME="quantity" --></td>
 			<td><!-- TMPL_VAR NAME="quantityrecieved" --></td>

Index: recieveorder.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/recieveorder.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- recieveorder.tmpl	20 Jan 2006 16:04:42 -0000	1.2
+++ recieveorder.tmpl	13 Jul 2006 15:20:56 -0000	1.3
@@ -5,7 +5,7 @@
 <h1>Receive Orders From Supplier <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="name" --></a></h1>
 <div id="acqui_recieveorder">
 	<h2 class="acquisition">Supplier invoice information</h2>
-	<form method="get" action="receive.pl">
+	<form method="get" action="parcel.pl">
 		<input type="hidden" name="supplierid" value=<!-- TMPL_VAR NAME="supplierid" -->>
 		<p>
 			<label>Supplier Invoice Number</label>

Index: recieve.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/recieve.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- recieve.tmpl	20 Jan 2006 16:04:42 -0000	1.2
+++ recieve.tmpl	13 Jul 2006 15:20:56 -0000	1.3
@@ -33,7 +33,7 @@
 			<tr>
 				<td><!-- TMPL_VAR NAME="basketno" --></td>
 				<td><!-- TMPL_VAR NAME="isbn" --></td>
-				<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><a href="orderreceive.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>
@@ -68,7 +68,7 @@
 </div>
 <div id="acqui_recieve_search">
 	<h2>Add a book to the receipt</h2>
-	<form action="/cgi-bin/koha/acqui/acquire.pl">
+	<form action="/cgi-bin/koha/acqui/orderreceive.pl">
 		<input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->" />
 		<input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->" />
 		<input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->" />





More information about the Koha-cvs mailing list