]> git.koha-community.org Git - koha.git/commit
Bug 13731: Suggestions reason does not save on updating the status
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 23 Feb 2015 11:32:33 +0000 (12:32 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 12 Mar 2015 07:14:25 +0000 (20:14 +1300)
commit9a6b5eb9abe6443b7dc441171e5a9bc3852c9e46
treee91850ef4afba4d3864b69877189566e497aabe4
parentd1a3eab5f07e8245cefcde4acf83eafeea92c24e
Bug 13731: Suggestions reason does not save on updating the status

On the suggestion list view, if you set a status, it won't be saved.

Test plan:
1/ Create a suggestion
2/ Go on the suggestion list view (suggestion/suggestion.pl)
3/ Select a suggestion and marked it as "rejected" (or the status you
want) and choose a reason
4/ Save
5/ Browse you suggestions DB table (using your favorite MySQL CLI) and
verify that the "reason" field is correctly filled.

Works as expected.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as expected, thx!

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 45e5afb77b8185eda9151cde7943577201671d17)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
suggestion/suggestion.pl