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

(-)a/Koha/StockRotationItem.pm (-2 / +1 lines)
Lines 135-141 sub needs_advancing { Link Here
135
            return 0;
135
            return 0;
136
        }
136
        }
137
    } else {
137
    } else {
138
        die "We have no historical branch transfer; this should not have happened!";
138
        warn "We have no historical branch transfer for itemnumber " . $self->itemnumber->itemnumber . "; This should not have happened!";
139
    }
139
    }
140
}
140
}
141
141
142
- 

Return to bug 23432