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

(-)a/C4/SIP/ILS/Item.pm (-1 / +1 lines)
Lines 95-100 sub new { Link Here
95
    } else {
95
    } else {
96
        $self->{permanent_location} = $item->homebranch;
96
        $self->{permanent_location} = $item->homebranch;
97
    }
97
    }
98
    $self->{current_location}              = $item->holdingbranch;
98
    $self->{collection_code}               = $item->ccode;
99
    $self->{collection_code}               = $item->ccode;
99
    $self->{call_number}                   = $item->itemcallnumber;
100
    $self->{call_number}                   = $item->itemcallnumber;
100
    $self->{'shelving_location'}           = $item->location;
101
    $self->{'shelving_location'}           = $item->location;
101
- 

Return to bug 39842