http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14903 --- Comment #12 from Marc Véron <veron@veron.ch> --- (In reply to Mirko Tietgen from comment #9) (...)
....using wrong preset dates in the URL like circulation.pl?borrowernumber=51&duedatespec=10%2F30%2F2015+23%3A59
While the old version shows warnings or even breaks ("30" in the "month" position leads to a software error because it is not between 1 and 12), with your patch the wrong format passed by URL is displayed in the calendar, but no warnings or errors appear and the correct date is used when checking out. (...)
MV: Found, will be fixed in amended patch: Date will not be displayed if params do not result in a correct date.
(In reply to Marc Véron from comment #6)
- Verify that data displays properly (including for users with a card that expires in the near future, see syspref 'NotifyBorrowerDeparture')
That breaks it for me:
Template process failed: undef error - KohaDates: filter not found at /home/mirko/koha/C4/Templates.pm line 121.
(...) MV: Found, was due to a typo, will be fixed in amended patch. -- You are receiving this mail because: You are watching all bug changes.