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

(-)a/Koha/Biblio.pm (-2 / +1 lines)
Lines 98-104 sub orders { Link Here
98
    return Koha::Acquisition::Orders->_new_from_dbic($orders);
98
    return Koha::Acquisition::Orders->_new_from_dbic($orders);
99
}
99
}
100
100
101
=head3 active_orders_count
101
=head3 active_orders
102
102
103
my $active_orders = $biblio->active_orders();
103
my $active_orders = $biblio->active_orders();
104
104
105
- 

Return to bug 24467