[Koha-bugs] [Bug 11120] The date option for the overdue_notices cronjob is broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 6 12:58:59 CET 2015


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

--- Comment #17 from Jonathan Druart <jonathan.druart at biblibre.com> ---
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.


More information about the Koha-bugs mailing list