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>
This commit is contained in:
parent
45323886ae
commit
836f0c77e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue