https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17975

--- Comment #2 from Marc VĂ©ron <ve...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to