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

(-)a/Koha/Biblio.pm (-1 / +2 lines)
Lines 523-528 my $subscriptions_count = $self->subscriptions_count Link Here
523
523
524
Returns the count of the the related Koha::Subscriptions object for this biblio
524
Returns the count of the the related Koha::Subscriptions object for this biblio
525
525
526
IMPORTANT: this method is temporary and should not be used.
527
526
=cut
528
=cut
527
529
528
sub subscriptions_count {
530
sub subscriptions_count {
529
- 

Return to bug 24448