New feature from SAN Ouest Provence: ability to reserve a specific item in
authorplg <plg>
Wed, 17 May 2006 16:06:23 +0000 (16:06 +0000)
committerplg <plg>
Wed, 17 May 2006 16:06:23 +0000 (16:06 +0000)
commit68924c5e6bb5cf18bd22b7345259a436240ce231
tree9449f376affbb03d92431581a685a27d1401f585
parenta96d6fd5a9348a473c01cabf4ff540db70ba1e7a
New feature from SAN Ouest Provence: ability to reserve a specific item in
the intranet. The development was made on branch 2.2 by Arnaud Laurin from
Ouest Provence and integrated on HEAD by Pierrick Le Gall from INEO media
system.

New page reserve/request.pl taking a biblionumber as entry point.

New functions:

- C4::Biblio::get_iteminfos_of retrieves item informations for a list of
  itemnumbers

- C4::Biblio::get_biblioiteminfos_of retrieves biblioitem informations for a
  list of biblioitemnumbers

- C4::Biblio::get_itemnumbers_of retrieve the list of itemnumbers related to
  each biblionumber given in argument.

- C4::Circulation::Circ2::get_return_date_of retrieves return date for a
  list of itemnumbers.

- C4::Koha::get_itemtypeinfos_of retrieves the informations related to a
  list of itemtypes.

- C4::Koha::get_branchinfos_of retrieves the informations related to a list
  of branchcodes.

- C4::Koha::get_notforloan_label_of retrives the list of status/label for
  the authorised_values related to notforloan.

- C4::Koha::get_infos_of is the generic function used by all get_*infos_of.

- C4::Reserves2::GetNumberReservesFromBorrower

- C4::Reserves2::GetFirstReserveDateFromItem

Modified functions:

- C4::Reserves2::FindReserves was simplified to be more readable.

The reservation page is reserve/request.pl and is linked from nowhere as
long as zebra is not stable yet on HEAD.
C4/Biblio.pm
C4/Circulation/Circ2.pm
C4/Koha.pm
C4/Reserves2.pm
koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl [new file with mode: 0644]
reserve/request.pl [new file with mode: 0755]