[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acquire.tmpl,1.13,1.14

Paul POULAIN tipaul at users.sourceforge.net
Tue Sep 14 14:35:57 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14815/koha-tmpl/intranet-tmpl/default/en/acqui

Modified Files:
	acquire.tmpl 
Log Message:
fix to calculate item cost (the / was buggy : everywhere else there is the price is the unit price)

Index: acquire.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acquire.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** acquire.tmpl	12 Aug 2004 14:37:11 -0000	1.13
--- acquire.tmpl	14 Sep 2004 12:35:55 -0000	1.14
***************
*** 89,93 ****
  				<input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->">
  				<!-- TMPL_IF name="catview" -->
! 					<input type="submit" class="button acquisition" value="save">
  				<!-- TMPL_ELSE -->
  					<a class="button acquisition" href="/cgi-bin/koha/acqui/newbiblio.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&amp;booksellerid=<!-- TMPL_VAR NAME="supplierid" -->">
--- 89,93 ----
  				<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" -->">





More information about the Koha-cvs mailing list