[Koha-bugs] [Bug 13332] Items disappear from staff detail page when there is an on-site checkout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 25 15:08:19 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13332

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33905|0                           |1
        is obsolete|                            |

--- Comment #2 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 33906
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33906&action=edit
Bug 13332: Fix conflict between 5304 and 10860

These 2 bugs are in conflict.
The first one always join the issue table, the second one join on this
table too if the OnSiteCheckouts pref is enable.
So DBI raises an error if the pref is enabled (2 joins on the same
table).

This patch removes the conditional join.

Test plan:
Go on a detail record page with items and verify that items are list and
that the error no more appears in the log file.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list