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

(-)a/Koha/Account/Line.pm (-2 / +2 lines)
Lines 912-918 sub renewable { Link Here
912
    my $renew_result = $line->renew_item;
912
    my $renew_result = $line->renew_item;
913
913
914
Conditionally attempt to renew an item and return the outcome. This is
914
Conditionally attempt to renew an item and return the outcome. This is
915
as a consequence of the fine on an item being fully paid off
915
as a consequence of the fine on an item being fully paid off.
916
Caller must call renewable before.
916
917
917
=cut
918
=cut
918
919
919
- 

Return to bug 25508