[Koha-bugs] [Bug 14928] Remove C4::Dates from files acqui/pdfformat/layout*.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 1 11:13:35 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14928

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42975|0                           |1
        is obsolete|                            |

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 42991
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42991&action=edit
[COUNTER-PATCH] Bug 14928: Remove C4::Dates from circ/pendingreserves.pl

This patch uses Koha::DateUtils instead of C4::Dates and Date::Calc. It
also sent DateTime objects to the template, which use the TT plugin to
display them.
If an invalid dates is entered, the default date is picked.

Test plan:
1/ Go to Home > Circulation > Holds to pull
2/ Verify that the the filter and the list behave as before
3/ Enter invalid dates and confirm that you do not get a software error

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list