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

(-)a/C4/Circulation.pm (-1 / +1 lines)
Lines 1575-1580 sub AddIssue { Link Here
1575
                )->store;
1575
                )->store;
1576
            }
1576
            }
1577
            $issue->discard_changes;
1577
            $issue->discard_changes;
1578
            C4::Auth::track_login_daily( $borrower->{userid} );
1578
            if ( $item_object->location && $item_object->location eq 'CART'
1579
            if ( $item_object->location && $item_object->location eq 'CART'
1579
                && ( !$item_object->permanent_location || $item_object->permanent_location ne 'CART' ) ) {
1580
                && ( !$item_object->permanent_location || $item_object->permanent_location ne 'CART' ) ) {
1580
            ## Item was moved to cart via UpdateItemLocationOnCheckin, anything issued should be taken off the cart.
1581
            ## Item was moved to cart via UpdateItemLocationOnCheckin, anything issued should be taken off the cart.
1581
- 

Return to bug 28455