From c85cdd192207dd5d97a664cc8ceb52954d0141e9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 28 Jan 2020 15:04:10 +0100 Subject: [PATCH] Bug 24448: Adding a notice to tell the _count methods are temporary See bug 24467. You are allowed to flog tcohen with an RJ45 cable if this is not fixed in the next months. Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize --- Koha/Biblio.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm index 28609dc51d..9c0b6e8762 100644 --- a/Koha/Biblio.pm +++ b/Koha/Biblio.pm @@ -523,6 +523,8 @@ my $subscriptions_count = $self->subscriptions_count Returns the count of the the related Koha::Subscriptions object for this biblio +IMPORTANT: this method is temporary and should not be used. + =cut sub subscriptions_count { -- 2.39.5