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

paul poulain paul at koha-fr.org
Thu Aug 3 15:15:45 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/08/03 13:15:45

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

Log message:
	fix #2 for #1112 (can't receive an order)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acquire.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.15.2.1&r2=1.15.2.2

Patches:
Index: acquire.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acquire.tmpl,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -u -b -r1.15.2.1 -r1.15.2.2
--- acquire.tmpl	25 Jul 2006 12:27:55 -0000	1.15.2.1
+++ acquire.tmpl	3 Aug 2006 13:15:45 -0000	1.15.2.2
@@ -88,13 +88,7 @@
 				<input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->">
 				<input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->">
 				<input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->">
-				<!-- TMPL_IF name="catview" -->
 					<input type="submit" class="button acquisition" value="save"> (that all costs are for 1 item)
-				<!-- TMPL_ELSE -->
-					<a class="button acquisition" href="/cgi-bin/koha/acqui/newbiblio.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&amp;booksellerid=<!-- TMPL_VAR NAME="supplierid" -->">
-						Edit
-					</a>
-				<!-- /TMPL_IF -->
 			</p>
 		</div>
 		</form>





More information about the Koha-cvs mailing list