Displaying branchcode and notes fields in full serials issue table.
authorPaul POULAIN <paul.poulain@biblibre.com>
Wed, 28 May 2008 16:48:11 +0000 (18:48 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 30 May 2008 16:57:35 +0000 (11:57 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tmpl

index 07276f3..39d2242 100644 (file)
             <tr>
                 <th>Date
                 </th>
+                <th>Library
+                </th>
+                <th>Notes
+                </th>
                 <th>Date received
                 </th>
                 <th>Library
             <tr>
                 <td>    <!-- TMPL_VAR Name="publisheddate" -->
                 </td>
+                <td>    <!-- TMPL_VAR name="branchcode" -->
+                </td>
+                <td>    <!-- TMPL_VAR name="notes" -->
+                </td>
                 <td>    <!-- TMPL_VAR Name="planneddate" -->
                 </td>
                 <td>    <!-- TMPL_VAR Name="branchcode" -->