Bug 10370: Add item barcode to circulation print summary page
authorAmit Gupta <amit.gupta@osslabs.biz>
Thu, 6 Jun 2013 06:21:35 +0000 (11:51 +0530)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 7 Jun 2013 16:00:56 +0000 (09:00 -0700)
Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt

index 0c5486e..e3dc214 100644 (file)
@@ -33,6 +33,7 @@
                 <th>Call no</th>
         <th>Item type</th>
         <th>Date due</th>
+        <th>Barcode</th>
                <th>Charge</th>
                <th>Price</th>
                <th>Status</th>
                 <td>[% issueloo.itemcallnumber %]</td>
                <td>[% issueloo.itemtype_description %]</td>
                <td>[% issueloo.date_due %]</td>
+                <td>[% issueloo.barcode %]</td>
                <td>[% issueloo.charge %]</td>
                <td>[% issueloo.replacementprice %]</td>
                <td>[% IF ( issueloo.red ) %]Overdue![% ELSE %]&nbsp;[% END %]</td>
        </tr>
        [% END %]
        <tr>
-            <td colspan="5" style="text-align: right; font-weight:bold;">Totals:</td>
+            <td colspan="6" style="text-align: right; font-weight:bold;">Totals:</td>
             <td>[% totaldue %]</td>
             <td>[% totalprice %]</td>
-            <td colspan="2">&nbsp;</td>
+            <td colspan="3">&nbsp;</td>
         </tr>
        </table>
        [% END %]