https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29001 Andrew Nugged <nugged@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged@gmail.com --- Comment #12 from Andrew Nugged <nugged@gmail.com> --- (In reply to Lucas Gass from comment #10)
Backported to 22.05.x for 22.05.05
Bug 31238 is also needed in 22.05 because this 29001 brings a bug and fixed in this way: - my $authorised_value = $input->param("authorised_values_$id"); + my $authorised_value = $input->param("authorised_value_$id"); in 31238. -- You are receiving this mail because: You are watching all bug changes.