added the price in order history
authoroleonard <oleonard>
Thu, 17 Feb 2005 17:49:44 +0000 (17:49 +0000)
committeroleonard <oleonard>
Thu, 17 Feb 2005 17:49:44 +0000 (17:49 +0000)
koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl

index 2563844..c516c9a 100644 (file)
@@ -13,6 +13,7 @@
                        <th>Placed on</th>
                        <th>Recieved on</th>
                        <th>Quantity ordered</th>
+                       <th>Unit cost</th>
                        <th>&nbsp;</th>
                </tr>
                <tr>
@@ -24,6 +25,7 @@
                                <th>&nbsp;</th>
                                <th>&nbsp;</th>
                                <th>&nbsp;</th>
+                               <th>&nbsp;</th>
                                <th><input type="submit" class="submit" value="Set Filter" /></th>
                </tr>
                <!-- TMPL_LOOP NAME="suggestions_loop" -->
@@ -35,6 +37,7 @@
                                <td><!-- TMPL_VAR name="creationdate" --></td>
                                <td><!-- TMPL_VAR name="datereceived" --></td>
                                <td><!-- TMPL_VAR name="quantity" --></td>
+                               <td><!-- TMPL_VAR name="ecost" --></td>
                                <td>&nbsp;</td>
                        </tr>
                <!-- /TMPL_LOOP -->