Lines 568-574
sub GetBasketsByBookseller {
Link Here
|
568 |
|
568 |
|
569 |
=head3 GetBasketsInfosByBookseller |
569 |
=head3 GetBasketsInfosByBookseller |
570 |
|
570 |
|
571 |
my $baskets = GetBasketsInfosByBookseller($supplierid); |
571 |
my $baskets = GetBasketsInfosByBookseller($supplierid, $allbaskets); |
|
|
572 |
|
573 |
The optional second parameter allbaskets is a boolean allowing you to |
574 |
select all baskets from the supplier; by default only active baskets (open or |
575 |
closed but still something to receive) are returned. |
572 |
|
576 |
|
573 |
Returns in a arrayref of hashref all about booksellers baskets, plus: |
577 |
Returns in a arrayref of hashref all about booksellers baskets, plus: |
574 |
total_biblios: Number of distinct biblios in basket |
578 |
total_biblios: Number of distinct biblios in basket |
575 |
- |
|
|