<<

NAME

C4::Bookseller - Koha functions for dealing with booksellers.

SYNOPSIS

use C4::Bookseller;

DESCRIPTION

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.

FUNCTIONS

GetBooksellersWithLateOrders

%results = GetBooksellersWithLateOrders( $delay, $estimateddeliverydatefrom, $estimateddeliverydateto );

Searches for suppliers with late orders.

AUTHOR

Koha Development Team <http://koha-community.org/>

<<