[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.12-6-g6dc24f6

Git repo owner gitmaster at git.koha-community.org
Mon Dec 29 18:56:09 CET 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, 3.14.x has been updated
       via  6dc24f69305b610d29549368748ad4072a986072 (commit)
       via  d9db936ad49efff64937e62b465da611e7143922 (commit)
       via  7aa79b87132e45e1d8a7bbd8928560b663bb8d17 (commit)
      from  3d8e056019856b9b37cbfa5257a318cb90e88553 (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 6dc24f69305b610d29549368748ad4072a986072
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>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit c2ddcf83b64c1d23d3d9f83b40f578ca243e75bf)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Conflicts:
    	t/db_dependent/Circulation.t

commit d9db936ad49efff64937e62b465da611e7143922
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>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 462c33aeb6a71eb8c5d9afa98d05b7f48b7d742f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 7aa79b87132e45e1d8a7bbd8928560b663bb8d17
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>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 90328d0811c8c253188a4cb6192d9a6915fcd68a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Conflicts:
    	t/db_dependent/Circulation.t

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list