]> 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>
Sat, 21 Jan 2012 04:17:47 +0000 (23:17 -0500)
commitc7f61d9a0da916d2bae978b396ca53b5dfe61585
tree446d22d9d9936e1b4ae2acab6681e0f70c082397
parent9c5f1e6a2f91e77c7f42018442712a326f8a7180
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>
Backporting to 3.4.x

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