[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acquire.tm
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acquire.tmpl,1.13,1.14 |
Date: |
Tue, 14 Sep 2004 05:35:57 -0700 |
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"
-->&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"
-->&booksellerid=<!-- TMPL_VAR NAME="supplierid" -->">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acquire.tmpl,1.13,1.14,
Paul POULAIN <=