@@ -, +, @@ --- Koha/Checkout.pm | 4 +++- koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) --- a/Koha/Checkout.pm +++ a/Koha/Checkout.pm @@ -162,7 +162,9 @@ sub claim_returned { }; } -=head library +=head3 library + +my $library = $checkout->library; =cut --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt @@ -85,7 +85,7 @@ [% PROCESS account_type_description account=line %] - [% line.checkout.library.branchname %] + [% line.checkout.library.branchname | html %] [%- IF line.description %][% line.description | html %][% END %] --