ff : copy-level remote_id field not currently present
authorBill Erickson <berick@esilibrary.com>
Sat, 26 Oct 2013 22:22:34 +0000 (18:22 -0400)
committerBill Erickson <berick@esilibrary.com>
Sat, 26 Oct 2013 22:22:34 +0000 (18:22 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/FulfILLment/AT/Reactor/ItemLoad.pm

index b22bc94..743ce48 100644 (file)
@@ -75,7 +75,7 @@ sub ByBib {
             }
     
             $existing_cp->ischanged( 1 );
-            $existing_cp->remote_id( $remote_cp->{bib_id} );
+            #$existing_cp->remote_id( $remote_cp->{bib_id} );
             $existing_cp->holdable( defined($remote_cp->{holdable}) ? $remote_cp->{holdable} : 1 );
             my $due = $remote_cp->{due_date} || ''; # avoid warnings
             $existing_cp->status( $due =~ /^\d+-\d+-\d+$/ ? 1 : 0 );