http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8253
--- Comment #13 from Kyle M Hall <[email protected]> --- (In reply to comment #12) Julian, I think I understand why this isn't working for you. When I wrote this patch, Koha also had the bug where it was using '00:00' instead of '23:59' for the hour/minutes portion. In that case, this would work just fine. Perhaps we need to make this delete all lines matching 'Orchidées 06/01/2012', but instead of not matching on 'Orchidées 06/01/2012 23:59", we use the timestamp of the keeper instead. So, instead of SELECT * FROM accountlines WHERE description LIKE $truncated_description AND description NOT LIKE $full_description We would use SELECT * FROM accountlines WHERE description LIKE $truncated_description AND timestamp NOT LIKE $keepers_timestamp -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
