https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24809

--- Comment #7 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to