]> git.koha-community.org Git - koha.git/commit
Bug 6043: SQL error when IndependantBranches=ON on suggestion
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 4 Apr 2011 13:19:32 +0000 (15:19 +0200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 11 Apr 2011 19:35:09 +0000 (15:35 -0400)
commit4ab317563948efc6122190b4cbbfe89e80c792c6
tree1d52eb90c5f074d58ad095e001a1e1c64318afbe
parent5a05682fbcc53e1b4c82ff720b79ce8b96a7a69e
Bug 6043: SQL error when IndependantBranches=ON on suggestion

On suggestion page, when IndependantBranch=ON, the SQL built is wrong:
branchcode is ambiguous

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 09e2ee605845e9cb03f21f2596404d60d1e9fc74)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Suggestions.pm