http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15087 Bernardo Gonzalez Kriegel <bgkriegel@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@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.