https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23916
Andrew Isherwood <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99891|0 |1 is obsolete| | --- Comment #48 from Andrew Isherwood <[email protected]> --- Created attachment 110654 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110654&action=edit 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 <[email protected]> Signed-off-by: Bouzid Fergani <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
