[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmp
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,1.1.2.1,1.1.2.2 |
Date: |
Thu, 17 Feb 2005 09:49:42 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10833/koha-tmpl/intranet-tmpl/npl/en/acqui
Modified Files:
Tag: rel_2_2
histsearch.tmpl
Log Message:
added the price in order history
Index: histsearch.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** histsearch.tmpl 20 Jan 2005 21:31:16 -0000 1.1.2.1
--- histsearch.tmpl 17 Feb 2005 17:49:40 -0000 1.1.2.2
***************
*** 14,17 ****
--- 14,18 ----
<th>Recieved on</th>
<th>Quantity ordered</th>
+ <th>Unit cost</th>
<th> </th>
</tr>
***************
*** 25,28 ****
--- 26,30 ----
<th> </th>
<th> </th>
+ <th> </th>
<th><input type="submit" class="submit"
value="Set Filter" /></th>
</tr>
***************
*** 36,39 ****
--- 38,42 ----
<td><!-- TMPL_VAR name="datereceived" --></td>
<td><!-- TMPL_VAR name="quantity" --></td>
+ <td><!-- TMPL_VAR name="ecost" --></td>
<td> </td>
</tr>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,1.1.2.1,1.1.2.2,
Owen Leonard <=