[Koha-bugs] [Bug 8251] Patrons are systematically debarred at checkin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 18 14:10:46 CEST 2012


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #4 from Jonathan Druart <jonathan.druart at biblibre.com> ---
QA Comments:

This patch looks good and fixes the reported issue.

But a followup is required for several reasons:
1/ Il would be great to replace all occurrences of the truncate routine : 
    truncate( to => 'days' );
with
    truncate( to => 'day' );

(with specifications from doc
http://search.cpan.org/~drolsky/DateTime-0.75/lib/DateTime.pm)

2/ I think that the same fix should be made for the routine hours_between. But
I am not sure about this :-/

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


More information about the Koha-bugs mailing list