Bug 19047: Fix AddBiblio call in Reserves.t
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 7 Aug 2017 06:44:43 +0000 (08:44 +0200)
committerMason James <mtj@kohaaloha.com>
Tue, 24 Oct 2017 03:42:06 +0000 (16:42 +1300)
commit68ac3ef2f39d37e88e128b885d2fb08600c7ddfa
treeacfd1ff1dd3c557fd02efacb6f74300aef2635f6
parentf76cfe153d41096f678683eed51d7e57dca645ba
Bug 19047: Fix AddBiblio call in Reserves.t

AddBiblio does not return a title; the biblioitemnumber is stored in the
title variable.
The variables for biblioitemnumber are not used and can be removed.

Test plan:
Run t/db_dependent/Reserves.t

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Mason James <mtj@kohaaloha.com>
t/db_dependent/Reserves.t