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

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

Return to bug 37016