C4::Bookseller - Koha functions for dealing with booksellers.
use C4::Bookseller;
The functions in this module deal with booksellers. They allow to add a new bookseller, to modify it or to get some informations around a bookseller.
%results = GetBooksellersWithLateOrders( $delay, $estimateddeliverydatefrom, $estimateddeliverydateto );
Searches for suppliers with late orders.
Koha Development Team <http://koha-community.org/>