View | Details | Raw Unified | Return to bug 15985
Collapse All | Expand All

(-)a/Koha/Checkout.pm (-1 / +3 lines)
Lines 162-168 sub claim_returned { Link Here
162
    };
162
    };
163
}
163
}
164
164
165
=head library
165
=head3 library
166
167
my $library = $checkout->library;
166
168
167
=cut
169
=cut
168
170
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-2 / +1 lines)
Lines 85-91 Link Here
85
        [% PROCESS account_type_description account=line %]
85
        [% PROCESS account_type_description account=line %]
86
    </td>
86
    </td>
87
    <td class="checked-out-from">
87
    <td class="checked-out-from">
88
        [% line.checkout.library.branchname %]
88
        [% line.checkout.library.branchname | html %]
89
    </td>
89
    </td>
90
    <td>
90
    <td>
91
        [%- IF line.description %][% line.description | html %][% END %]
91
        [%- IF line.description %][% line.description | html %][% END %]
92
- 

Return to bug 15985