]> git.koha-community.org Git - koha.git/commit
Fix for Bug 6602 - Reports dictionary doesn't properly recognize text columns
authorOwen Leonard <oleonard@myacpl.org>
Mon, 18 Jul 2011 19:38:13 +0000 (15:38 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Fri, 2 Sep 2011 18:42:34 +0000 (14:42 -0400)
commitd729e75b0d1c21178fe988cc1b66b567ff45dd1b
treeff1e3f2d6a040901b6352e830d5387731dc5308d
parent862df3d8461a7a6455b606a7ee595334a93c59cf
Fix for Bug 6602 - Reports dictionary doesn't properly recognize text columns

Reports dictionary won't let you set a comparison for MEDIUMTEXT columns. To
test, choose a MEDIUMTEXT column like borrowers.surname in Step 3 of adding
a new dictionary definition. Before the patch, in Step 4 you would not see
any kind of form field for entering a comparison. After patching Step 4 will
offer you a field labeled "Search string matches."

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Fixes described problem with mediumtext columns.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit df2a3a9a3cf138bc11e2a39b4aad591d17359830)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
reports/dictionary.pl