http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5527 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-12-20 22:23:19 UTC --- I was looking at an older version of this script earlier today, but didn't realize. I still see some problems: - the date is not showing up in the query - the issues table is still not considered SELECT CONCAT( borrowers.surname , "\t",borrowers.firstname, "\t", borrowers.cardnumber) FROM borrowers WHERE 1 AND borrowers.borrowernumber not in (SELECT DISTINCT borrowernumber FROM old_issues WHERE borrowernumber IS NOT NULL ) group by borrowers.borrowernumber -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.