From 53a92bdb84ee803876869569d8ab0feee47c8ec1 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 22 May 2013 14:51:00 +0200 Subject: [PATCH] Bug 9824: Followup for POD lines of GetBasketsInfosByBookseller Signed-off-by: Marcel de Rooy Signed-off-by: Cedric Vita --- C4/Acquisition.pm | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index b78a51e..896c7e7 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -568,7 +568,11 @@ sub GetBasketsByBookseller { =head3 GetBasketsInfosByBookseller - my $baskets = GetBasketsInfosByBookseller($supplierid); + my $baskets = GetBasketsInfosByBookseller($supplierid, $allbaskets); + +The optional second parameter allbaskets is a boolean allowing you to +select all baskets from the supplier; by default only active baskets (open or +closed but still something to receive) are returned. Returns in a arrayref of hashref all about booksellers baskets, plus: total_biblios: Number of distinct biblios in basket -- 1.7.2.5