]> git.koha-community.org Git - koha.git/commit
Bug 6880- Reason for suggestions do not save
authorOwen Leonard <oleonard@myacpl.org>
Wed, 26 Oct 2011 18:17:52 +0000 (14:17 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 16 Jan 2012 20:45:59 +0000 (15:45 -0500)
commitf955b70a67b88478764142f8b1dfd9574b4813e0
treee80a2ee3b499e07e8bd7df1b62cf1f0e3d56a0e2
parent4d0d49d7c76deab08c83d923775c4c18beef35b5
Bug 6880- Reason for suggestions do not save

The fix for Bug 1883 seems to have lacked the necessary
update to the database to add the "patronreason" column
to the suggestions table. This patch does so.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Patch adds database update and change to kohastructure.
After this patch is applied, the patron's reason for
making a suggestion (form in opac) is saved to the database
correctly. The reason is also shown in the detail view
of the suggestion.

Backporting to 3.6.x

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
kohaversion.pl