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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 836f0c77e3)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
This commit is contained in:
Marcel de Rooy 2022-12-15 10:04:14 +00:00 committed by Jacob O'Mara
parent 1453472e93
commit 857feb63e0

View file

@ -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