Bug 10352: Use a new object_type parameter instead of the module's name
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 25 Nov 2019 10:28:40 +0000 (11:28 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 10 Jan 2020 08:36:37 +0000 (08:36 +0000)
commit3d99d21a2fe48609902849352ef7eb7acc1e58a8
treef7e07de103d63f2c715b2792b84ec1c5a8183dd3
parent602d9c836bd92ccf5e64915ee113632bc690c1b9
Bug 10352: Use a new object_type parameter instead of the module's name

To dissociate a search on biblio and item, we pass a new "object_type"
parameter to viewlog.pl. If equals 'biblio' we will assume that "object"
contains a biblionumber

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc
tools/viewlog.pl