http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11869 --- Comment #5 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 25726 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25726 New version of the patch. Review of attachment 25726: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11869&attachment=25726) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt @@ +24,4 @@
<li>[% IF ( email ) %][% email %][% ELSE %](no primary email on file)[% END %]</li> [% IF ( emailpro ) %]<li>[% emailpro %]</li>[% END %] </ul> +<ul>
I think deleting lines 26 and 27 would be okay. @@ +120,5 @@
+ <td colspan="2">[% totaldue %]</td> + </tr> + </tfoot> +</table> +[% END %]
Pretty! ::: koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt @@ +19,4 @@
[% IF ( branchname ) %][% branchname %]<br />[% END %] Checked out to [% firstname %] [% surname %] <br /> (<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% cardnumber %]">[% cardnumber %]</a>)<br /> +Address: [% address %]<br />
As far as I can tell, there is no way to trigger this template any more. Check circ/printslip.tt? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.