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

--- Comment #33 from Katrin Fischer <[email protected]> ---

Still an issue:

C4/Acquisition.pm:                DATEDIFF(CURDATE( ),closedate) AS latesince
C4/Acquisition.pm:            claimed_date = CURDATE()
C4/NewsChannels.pm:     AND   DATE(timestamp) < DATE_ADD(CURDATE(), INTERVAL 1
DAY)
circ/overdue.pl:        $strsth .= " AND borrowers.debarred >=  CURDATE()" ;
misc/cronjobs/longoverdue.pl:our $bounds_sth =
C4::Context->dbh->prepare("SELECT DATE_SUB(CURDATE(), INTERVAL ? DAY)");
misc/cronjobs/longoverdue.pl:      AND  DATE_SUB(CURDATE(), INTERVAL ? DAY)  >
date_due
misc/cronjobs/longoverdue.pl:      AND  DATE_SUB(CURDATE(), INTERVAL ? DAY) <=
date_due
misc/cronjobs/remove_temporary_edifiles.pl:and datediff( CURDATE(),
transfer_date ) > 5

-- 
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/

Reply via email to