[Koha-bugs] [Bug 15087] Fix GetHardDueDate return value

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 30 12:21:16 CET 2015


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

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff
            Summary|make dt_from_string return  |Fix GetHardDueDate return
                   |undef for '0000-00-00'      |value

--- Comment #7 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
(In reply to Jonathan Druart from comment #5)
> Bernardo, I don't reproduce the problem you described.
> My issuingrules table is empty.
> Please detail.

Problem arises when you create a rule
 mysql kohadev -e "select categorycode,itemtype,hardduedate from issuingrules"
+--------------+----------+-------------+
| categorycode | itemtype | hardduedate |
+--------------+----------+-------------+
| *            | *        | 0000-00-00  |
+--------------+----------+-------------+

Changed patch and bug description

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


More information about the Koha-bugs mailing list