[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/acqui r...

Robert Lyon bob at katipo.co.nz
Wed Sep 6 00:24:11 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Robert Lyon <bob_lyon>	06/09/05 22:24:11

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

Log message:
	Adding ability to return search results for biblios that have no biblioitems

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/acqui/recieve.tmpl?cvsroot=koha&r1=1.13&r2=1.14

Patches:
Index: recieve.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/recieve.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- recieve.tmpl	4 May 2005 08:52:50 -0000	1.13
+++ recieve.tmpl	5 Sep 2006 22:24:10 -0000	1.14
@@ -21,6 +21,7 @@
 			<input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->">
 			<input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->">
 			<input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->">
+			<input type="hidden" name="acq_search" value="1">
 			
 			<b>Search ISBN or Title:</b> <input type="text" size="25" name="recieve">
 		</form>





More information about the Koha-cvs mailing list