]> 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)
committerKatrin Fischer <katrin.fischer.83@web.de>
Sun, 1 Oct 2017 21:29:30 +0000 (23:29 +0200)
commitcbf9b7d50aae0c78c52ae3822b05899607b6a690
treeef10997979173b3f5ea64f4d89b48caf5c5d1f32
parentc3844b2ab5750c7708cfbec1e5f26ebc7e319f4f
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>
(cherry picked from commit c22e87282095a3e97c1bdc8c9944464d5ae4d617)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
t/db_dependent/Reserves.t