http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15087
Bernardo Gonzalez Kriegel <[email protected]> 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 <[email protected]> --- (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. _______________________________________________ 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/
