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

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

Return to bug 28455