[Koha-bugs] [Bug 10555] overdue_notices -h does not list all options

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 23 14:22:31 CEST 2013


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

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #2 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Mathieu: 

Two code snippets:

1: GetOptions(
    'date'           => \$date,

2: if ($date){
    $date=$dbh->quote($date);
}
else {
    $date="NOW()";
}

It seems like the date parameter gets not correctly passed in. If you specify
-date 23-09-2013, it will have value 1 since no value is defined in GetOptions.
Since you document it, could you please verify or correct?

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list