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

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

Return to bug 30979