View | Details | Raw Unified | Return to bug 14346
Collapse All | Expand All

(-)a/C4/Biblio.pm (-13 / +3 lines)
Lines 3476-3485 sub get_biblio_authorised_values { Link Here
3476
3476
3477
=head2 CountBiblioInOrders
3477
=head2 CountBiblioInOrders
3478
3478
3479
=over 4
3479
    $count = &CountBiblioInOrders( $biblionumber);
3480
$count = &CountBiblioInOrders( $biblionumber);
3481
3482
=back
3483
3480
3484
This function return count of biblios in orders with $biblionumber 
3481
This function return count of biblios in orders with $biblionumber 
3485
3482
Lines 3499-3508 sub CountBiblioInOrders { Link Here
3499
3496
3500
=head2 GetSubscriptionsId
3497
=head2 GetSubscriptionsId
3501
3498
3502
=over 4
3499
    $subscriptions = &GetSubscriptionsId($biblionumber);
3503
$subscriptions = &GetSubscriptionsId($biblionumber);
3504
3505
=back
3506
3500
3507
This function return an array of subscriptionid with $biblionumber
3501
This function return an array of subscriptionid with $biblionumber
3508
3502
Lines 3522-3531 sub GetSubscriptionsId { Link Here
3522
3516
3523
=head2 GetHolds
3517
=head2 GetHolds
3524
3518
3525
=over 4
3519
    $holds = &GetHolds($biblionumber);
3526
$holds = &GetHolds($biblionumber);
3527
3528
=back
3529
3520
3530
This function return the count of holds with $biblionumber
3521
This function return the count of holds with $biblionumber
3531
3522
3532
- 

Return to bug 14346