Bug 23916: (follow-up) Fix column name collision
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Mon, 18 Nov 2019 12:30:27 +0000 (12:30 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 10 Nov 2020 14:00:14 +0000 (15:00 +0100)
commit87e305a401d778f1d28bc74086d050ea8f42f7a2
treee4b56428bb490f6a7189babf41e97d097e25485b
parentb676dd376bd3695db1581d0ad4a883b5ac286f1a
Bug 23916: (follow-up) Fix column name collision

Seems that joining 'borrowers' into the query run in
C4::Members::GetAllIssues caused a column name collision, which blatted
the retrieval of issues.branchcode. So we now are being a bit more
specific in what is coming from where in the query.

Signed-off-by: Ben Veasey <B.T.Veasey@lboro.ac.uk>
Signed-off-by: Bouzid Fergani <bouzid.fergani@inlibro.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Members.pm