]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 29 Sep 2017 09:31:36 +0000 (11:31 +0200)
commitc22e87282095a3e97c1bdc8c9944464d5ae4d617
tree08ce2fdc2656cf3e164332750bbfe834c84063aa
parentd1b5a9f5bb4a28e86fbd2f3c0ca3127a98d2d4d9
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>
(cherry picked from commit c6f8cf69d3943599fa6a0c250ae0e8221ead44ff)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/Reserves.t