Bugzilla – Attachment 98036 Details for
Bug 24448
Add Koha::Biblio->subscriptions_count
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24448: Adding a notice to tell the _count methods are temporary
Bug-24448-Adding-a-notice-to-tell-the-count-method.patch (text/plain), 890 bytes, created by
Jonathan Druart
on 2020-01-28 14:06:56 UTC
(
hide
)
Description:
Bug 24448: Adding a notice to tell the _count methods are temporary
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-01-28 14:06:56 UTC
Size:
890 bytes
patch
obsolete
>From c6f0fef84c400518138e59b0f3c03cb7c12c7a1b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 <jonathan.druart@bugs.koha-community.org> >--- > 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.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24448
:
97525
|
97526
|
97571
|
97572
|
98033
|
98034
| 98036