C4::Contract - Koha functions for dealing with bookseller contracts.
use C4::Contract;
The functions in this module deal with contracts. They allow to add a new contract, to modify it or to get some informations around a contract.
This module is just a wrapper for C4::SQLHelper functions, so take a look at SQLHelper centralised documentation to know how to use the following subs.
Koha Development Team <http://koha-community.org/>