[Koha-patches] [PATCH] (bug #3364) add itemnotes in itemslost report

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Thu Jun 25 15:19:37 CEST 2009


---
 .../prog/en/modules/reports/itemslost.tmpl         |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tmpl
index 3d8efd8..acfbf91 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tmpl
@@ -39,6 +39,7 @@
         <th>Itemtype</th>
         <th>Holdingbranch</th>
         <th>Location</th>
+        <th>Notes</th>
     </tr>
      <!-- TMPL_LOOP NAME="itemsloop"-->
         <tr>
@@ -57,6 +58,7 @@
             <td><!-- TMPL_IF NAME="itype_level" --><!-- TMPL_VAR NAME="itype" --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="itemtype" --><!-- /TMPL_IF --></td>
             <td><!-- TMPL_VAR NAME="holdingbranch"--></td>
             <td><!-- TMPL_VAR NAME="location"--></td>
+            <td><!-- TMPL_VAR NAME="itemnotes"--></td>
         </tr>
     <!-- /TMPL_LOOP -->
     </table>
-- 
1.6.0.4




More information about the Koha-patches mailing list