[koha-commits] main Koha release repository branch master updated. v19.11.00-1775-g0f3c451c9d

Git repo owner gitmaster at git.koha-community.org
Wed Apr 15 13:58:14 CEST 2020


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  0f3c451c9dcb7597e9906a44a1c623a736cc7e5e (commit)
       via  3175067e2343b282b7df29b0e7b2fdd20c8fd806 (commit)
       via  88239d126c1bb0c6e08ca15619df2eb7762718ed (commit)
       via  806bee5a2e5f58235200f0201a9b9c21314f9c5f (commit)
       via  21e39818e42088ef316d7a29637094cd164c01b9 (commit)
       via  4b60a9f2bc54d52c01e8f942f751f395caacdeed (commit)
       via  b0e930aad8d58f9f9be791e7a6dbe996986f8560 (commit)
      from  c0f79717eeaca4b1ca703148ea7d61bb0311689c (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 0f3c451c9dcb7597e9906a44a1c623a736cc7e5e
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Apr 15 12:30:12 2020 +0100

    Bug 24380: DBRev 19.12.00.072
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3175067e2343b282b7df29b0e7b2fdd20c8fd806
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 15 12:44:47 2020 +0200

    Bug 24380: (QA follow-up) Simplify condition
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 88239d126c1bb0c6e08ca15619df2eb7762718ed
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 15 12:48:44 2020 +0200

    Bug 24380: (QA follow-up) Do not use compare float with precision
    
    Forbidden pattern: Do not use compare float with precision (bug 24408).
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 806bee5a2e5f58235200f0201a9b9c21314f9c5f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 8 10:39:28 2020 -0400

    Bug 24380: Add syspref CalculateFinesOnBackdate
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 21e39818e42088ef316d7a29637094cd164c01b9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jan 8 15:27:31 2020 -0500

    Bug 24380: Backdated returns do not update fines unless CalculateFinesOnReturn is enabled
    
    In Koha 18.11 backdating a return triggered a recalculation of the fine. This was removed in bug 14591, and I believe it was in error. The bug report itself has no justification for the change in behavior.
    
    Test Plan:
    1) Disable CalculateFinesOnReturn
    2) Backdate an overdue with fines, note the fine does not change
    3) Apply this patch
    4) Repeat step 2
    5) The fine should be updated!
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4b60a9f2bc54d52c01e8f942f751f395caacdeed
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jan 22 14:01:14 2020 -0500

    Bug 24380: Unit Test
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b0e930aad8d58f9f9be791e7a6dbe996986f8560
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Apr 11 13:40:39 2020 +0000

    Bug 25120: Make accounting the default tab when opening the pref editor
    
    The default/active tab when opening the sys pref editor used
    to be 'Acquisitions' as the first tab, but should now be the new
    first 'Accounting'
    
    To test:
    - Go to Administration > System preferences
    - Verify the Aquisition tab is second and preselected
    - Apply patch
    - Repeat
    - Verify now Accounting is selected
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Circulation.pm                                  | 10 ++++-
 Koha.pm                                            |  2 +-
 admin/preferences.pl                               |  2 +-
 installer/data/mysql/sysprefs.sql                  |  1 +
 installer/data/mysql/updatedatabase.pl             | 10 +++++
 .../en/modules/admin/preferences/circulation.pref  |  6 +++
 t/db_dependent/Circulation/Returns.t               | 43 +++++++++++++++++++++-
 7 files changed, 70 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list