http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11120

--- Comment #17 from Jonathan Druart <[email protected]> ---
Comment on attachment 34962
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34962
[PASSED QA] Bug 11120: FIX the --date option for overdue_notices cronjob

Review of attachment 34962:
 --> 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11120&attachment=34962)
-----------------------------------------------------------------

::: misc/cronjobs/overdue_notices.pl
@@ +359,5 @@
>  }
>  my $date_to_run;
> +my $date;
> +if ( $date_input ){
> +    $date = $dbh->quote($date);

Should be
  $date = $dbh->quote($date_input);
Isn't it?

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