[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.05.1-95-ge8aec10

Git repo owner gitmaster at git.koha-community.org
Wed Apr 22 08:07:18 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.18.x has been updated
       via  e8aec1068c6ca7a5e336be96534a1282bf86b83b (commit)
      from  02f7d6a4731cd58cb9653755acab8d9af6eb4542 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e8aec1068c6ca7a5e336be96534a1282bf86b83b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Apr 16 13:01:03 2015 +0200

    Bug 12847: Items issued today is considered as overdue
    
    The date comparisons in C4::Members::IssueSlip does not work as
    expected.
    Is an item is issue yesterday and due today (23:59), it should not be
    considered as an overdue yet.
    
    Test plan:
    Define a valid issue slip (code ISSUESLIP)
    Check 2 items out and update the issuedate value for one of them as
    yesterday (using the mariadb/mysql cli or similar)
    Print the slip
    Before this patch the item marked as issued yesterday is considered as
    overdue.
    
    Special cases:
    - hourly loans
    - Quick slip is impacted too
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Bug 13601 is not in 3.18.x, so I removed the change connected
    to that and it still tested ok.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

-----------------------------------------------------------------------

Summary of changes:
 C4/Members.pm                      |   34 ++--
 t/db_dependent/Members/IssueSlip.t |  394 ++++++++++++++++++++++++++++++++++++
 2 files changed, 414 insertions(+), 14 deletions(-)
 create mode 100644 t/db_dependent/Members/IssueSlip.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list