]> git.koha-community.org Git - koha.git/commit
Bug 25651: Fix modification of authorised value
authorJulian Maurice <julian.maurice@biblibre.com>
Tue, 2 Jun 2020 11:32:10 +0000 (15:32 +0400)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 16 Jun 2020 22:14:03 +0000 (22:14 +0000)
commitbfde02b1808af48cb6b8c074398e561c074896dd
tree74e462b418b846709a1e6624d747c4c8602af831
parent59adc02b741fa5d86f3470b211842cee1aa4553c
Bug 25651: Fix modification of authorised value

When modifying an existing authorised value, the category is not
correctly passed to the template and so it is not passed to the
POST request, which results in the authorised value switching to
category '', which effectively make it disappear from the interface.
This patch fixes that.

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 4d003ad9cd5a0967f3235d687340a8b75d36acd3)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
admin/authorised_values.pl