<<

NAME

C4::Contract - Koha functions for dealing with bookseller contracts.

SYNOPSIS

use C4::Contract;

DESCRIPTION

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.

AUTHOR

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

<<