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

(-)a/C4/Circulation.pm (-1 / +1 lines)
Lines 1545-1550 sub AddIssue { Link Here
1545
                $datedue,
1545
                $datedue,
1546
                $issuedate,    # here interpreted as the renewal date
1546
                $issuedate,    # here interpreted as the renewal date
1547
            );
1547
            );
1548
            $issue = Koha::Checkouts->find( { itemnumber => $item_object->itemnumber } );
1548
        }
1549
        }
1549
        else {
1550
        else {
1550
1551
1551
- 

Return to bug 30979