13 Mar
2020
13 Mar
'20
4:52 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24809 --- Comment #7 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Still not getting the point of the change completely: $sql .= " UNION SELECT deleteditems.timestamp FROM deleteditems JOIN biblio USING (biblionumber) WHERE biblionumber=? UNION SELECT timestamp from items WHERE biblionumber=? "; Ambiguous now for biblionumber when adding the left join? Why do you add the left join if you only want deleteditems ? Please provide feedback. -- You are receiving this mail because: You are watching all bug changes.