[Koha-patches] [PATCH] [SIGNED-OFF] Bug-10370-Adding barcode on circulation print page.

Srdjan srdjan at catalyst.net.nz
Fri Jun 7 07:08:40 CEST 2013


From: Amit Gupta <amit.gupta at osslabs.biz>

Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt
index 0c5486e..e3dc214 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt
@@ -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>
@@ -49,16 +50,17 @@
                 <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 %] [% 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"> </td>
+            <td colspan="3"> </td>
         </tr>
 	</table>
 	[% END %]
-- 
1.8.1.2


More information about the Koha-patches mailing list