25 Feb
2017
25 Feb
'17
10:02 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17975 --- Comment #2 from Marc Véron <veron@veron.ch> --- I run into following problem: Syspref dateformat is dd/mm/yyy Notice HOLD contains: [% today | $KohaDates %] Result: Internal Software Error with: undef error - The given date (25/02/2017) does not match the date format (iso) at (...) DateUtils.pm No error if: HOLD contains [% today %] (it displays the date formated following syspref) No error if: HOLD contains [% today | $KohaDates %] and syspref dateformat is changed to iso (yyy-mm-dd) -- You are receiving this mail because: You are watching all bug changes.