[koha-commits] main Koha release repository branch master updated. v3.16.00-281-gea124e2

Git repo owner gitmaster at git.koha-community.org
Fri Jul 25 14:39:49 CEST 2014


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, master has been updated
       via  ea124e29c17f053a763e05f4567cbe79f3387838 (commit)
       via  07dad6bb8358133d2724836a41006e0d54ea6cbd (commit)
       via  cb0dc893a396179cb9e5eda03f5debc7a0fb842a (commit)
      from  305224b562cb0c1e7acce4d59ba2f13994f5be8b (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 ea124e29c17f053a763e05f4567cbe79f3387838
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Jul 25 09:55:14 2014 -0300

    Bug 12596: (followup) add reference to bug # and license note
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 07dad6bb8358133d2724836a41006e0d54ea6cbd
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jul 17 10:57:06 2014 -0400

    Bug 12596 - Backdating returns with SpecifiyReturnDate causes fines for items not overdue!
    
    When using the backdating of returns feature, an item that is not
    overdue is treated as being as many days overdue as it is *not* overdue.
    This is due to the fact that _get_chargeable_units appears to return the
    difference between the return date and the due date without
    consideration the return date being earlier than the due date.
    
    Test Plan:
    1) Apply the unit test patch
    2) prove t/db_dependent/Circulation.t
    3) Note the failure
    4) Apply the second patch
    5) prove t/db_dependent/Circulation.t
    6) Note there are no failures
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Fixes some badly named variables also
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    In order to test this, you need to activate SpecifyReturnDate.
    I confirmed the problem and verified that the bug fixes it
    by running the tests, but also by testing in staff.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit cb0dc893a396179cb9e5eda03f5debc7a0fb842a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jul 17 12:17:48 2014 -0400

    Bug 12596 - Unit Test
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Overdues.pm               |   14 +++++++++-----
 t/db_dependent/Circulation.t |   40 +++++++++++++++++++++++++++++++---------
 2 files changed, 40 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list