Bugzilla – Attachment 144860 Details for
Bug 32472
[21.11 CRASH] The method Koha::Item->count is not covered by tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32472: Fix wrong POD for bookseller->subscriptions
0001-Bug-32472-Fix-wrong-POD-for-bookseller-subscriptions.patch (text/plain), 1.00 KB, created by
Emmi Takkinen
on 2022-12-28 11:16:56 UTC
(
hide
)
Description:
Bug 32472: Fix wrong POD for bookseller->subscriptions
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2022-12-28 11:16:56 UTC
Size:
1.00 KB
patch
obsolete
>From 5286f0014ce4d99ac6692095064147f9f6550c9b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 15 Dec 2022 10:04:14 +0000 >Subject: [PATCH 1/2] Bug 32472: Fix wrong POD for bookseller->subscriptions > >You should not call this in list context anymore after >bug 29844. > >Test plan: >Check pod of Bookseller. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >--- > Koha/Acquisition/Bookseller.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Acquisition/Bookseller.pm b/Koha/Acquisition/Bookseller.pm >index 26a0a4321f..7cf76d6705 100644 >--- a/Koha/Acquisition/Bookseller.pm >+++ b/Koha/Acquisition/Bookseller.pm >@@ -63,7 +63,7 @@ sub contacts { > =head3 subscriptions > > my $vendor = Koha::Acquisition::Booksellers->find( $id ); >- my @subscriptions = $vendor->subscriptions(); >+ my $subscriptions = $vendor->subscriptions(); > > Returns the list of subscriptions for the vendor > >-- >2.34.1 >
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 32472
:
144609
|
144610
| 144860 |
144861