| 2332 | 
                  ( $issuingimpossible, $needsconfirmation ) = CanBookBeIssued( $patron, $item->barcode, undef, undef, undef, undef );  | 
          2332 | 
                  ( $issuingimpossible, $needsconfirmation ) = CanBookBeIssued( $patron, $item->barcode, undef, undef, undef, undef );  | 
        
        
          | 2333 | 
                  is_deeply( $needsconfirmation, {}, 'Item can be issued to this patron' ); | 
          2333 | 
                  is_deeply( $needsconfirmation, {}, 'Item can be issued to this patron' ); |