From 02fd26956b16720c135cc19362ca6aa2251f3d09 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Mon, 10 Jun 2013 21:40:33 -0300 Subject: [PATCH] Revert "Bug 10381: POD lines of GetBasketsInfosByBookseller" This reverts commit 6db304f2db231c2fe491d7da273f0ca75daee8d1. My mistake, I first need Bug 9824. --- C4/Acquisition.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index f50db974ae..a882cf6ea1 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -568,11 +568,7 @@ sub GetBasketsByBookseller { =head3 GetBasketsInfosByBookseller - 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. + my $baskets = GetBasketsInfosByBookseller($supplierid); Returns in a arrayref of hashref all about booksellers baskets, plus: total_biblios: Number of distinct biblios in basket -- 2.39.5