[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,1.2,1.3

Owen Leonard oleonard at users.sourceforge.net
Thu Feb 17 18:49:46 CET 2005


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

Modified Files:
	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.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** histsearch.tmpl	20 Jan 2005 21:32:06 -0000	1.2
--- histsearch.tmpl	17 Feb 2005 17:49:44 -0000	1.3
***************
*** 14,17 ****
--- 14,18 ----
  			<th>Recieved on</th>
  			<th>Quantity ordered</th>
+ 			<th>Unit cost</th>
  			<th>&nbsp;</th>
  		</tr>
***************
*** 25,28 ****
--- 26,30 ----
  				<th>&nbsp;</th>
  				<th>&nbsp;</th>
+ 				<th>&nbsp;</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>&nbsp;</td>
  			</tr>





More information about the Koha-cvs mailing list