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

(-)a/Koha/Item.pm (-2 / +1 lines)
Lines 408-414 sub home_library { Link Here
408
=cut
408
=cut
409
409
410
sub holding_branch {
410
sub holding_branch {
411
    return shift->home_library(@_);
411
    return shift->holding_library(@_);
412
}
412
}
413
413
414
=head3 holding_library
414
=head3 holding_library
415
- 

Return to bug 33568