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

(-)a/C4/Circulation.pm (-2 / +1 lines)
Lines 1591-1597 sub AddIssue { Link Here
1591
                      $issuedate,    # here interpreted as the renewal date
1591
                      $issuedate,    # here interpreted as the renewal date
1592
                }
1592
                }
1593
            );
1593
            );
1594
            $issue = $item_object->checkout;
1594
            $issue = $item_object->checkout->get_from_storage;
1595
        }
1595
        }
1596
        else {
1596
        else {
1597
1597
1598
- 

Return to bug 37016