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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 10 Aug 2017 19:25:32 +0000 (16:25 -0300)
commitc6f8cf69d3943599fa6a0c250ae0e8221ead44ff
tree39b176f764ff9d1b2db5c2b29407575700555db8
parente3dafbfccd06af8fca45fada449e93e3d0616cd6
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: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Reserves.t