From: Amit Gupta <[email protected]>
Signed-off-by: Srdjan <[email protected]>
---
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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/