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

(-)a/Koha/Item.pm (-1 / +2 lines)
Lines 1830-1835 that this complicates filtering, but some query trickery could do it in the cont Link Here
1830
1830
1831
sub item_type {
1831
sub item_type {
1832
    return shift->itemtype;
1832
    return shift->itemtype;
1833
}
1834
1833
=head3 effective_bookable
1835
=head3 effective_bookable
1834
1836
1835
  my $bookable = $item->effective_bookable;
1837
  my $bookable = $item->effective_bookable;
1836
- 

Return to bug 35906