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

Owen Leonard oleonard at athenscounty.lib.oh.us
Fri Jul 7 17:47:55 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/07/07 15:47:55

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

Log message:
	Correcting incorrect 'receive' link

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

Patches:
Index: order.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/order.tmpl,v
retrieving revision 1.2.2.5
retrieving revision 1.2.2.6
diff -u -b -r1.2.2.5 -r1.2.2.6
--- order.tmpl	7 Jul 2006 14:45:47 -0000	1.2.2.5
+++ order.tmpl	7 Jul 2006 15:47:55 -0000	1.2.2.6
@@ -18,7 +18,7 @@
 				<a href="basket.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->">Add Order</a><!-- TMPL_ELSE -->	Inactive<!-- /TMPL_IF -->
 		</td>
 		<td>
-			<a href="recieveorder.pl?id=<!-- TMPL_VAR name="supplierid" -->">Receive</a>
+			<a href="recieveorder.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->">Receive</a>
 		</td>
 		<td><a href="supplier.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->&amp;op=display"><!-- TMPL_VAR name="name" --></a></td>
 		<td>





More information about the Koha-cvs mailing list