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

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

Return to bug 15985