From: Kyle M Hall Date: Thu, 7 Mar 2013 13:56:59 +0000 (-0500) Subject: Bug 9763 - Add callnumber column to "print summary" for moremember.pl X-Git-Tag: v3.14.00-alpha1~692 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=12afa055545aef68d5b0c64931af14c505dcdf0a;p=koha-ffzg.git Bug 9763 - Add callnumber column to "print summary" for moremember.pl Test plan: 1) Apply patch 2) Check out some items to a borrower 3) Choose "Print summary" from the "Print" pulldown 4) Observe the new callnumber column after "Author" and before "Item type" 5) Note that the totals in the footer are still aligned correctly Signed-off-by: Eli Anthony Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- 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 9665ab380a..0c5486e9c7 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 @@ -30,6 +30,7 @@ Title Author + Call no Item type Date due Charge @@ -45,6 +46,7 @@ [% issueloo.author %] + [% issueloo.itemcallnumber %] [% issueloo.itemtype_description %] [% issueloo.date_due %] [% issueloo.charge %] @@ -53,7 +55,7 @@ [% END %] - Totals: + Totals: [% totaldue %] [% totalprice %]