[koha-commits] main Koha release repository branch master updated. v19.05.00-903-g9d9bb45

Git repo owner gitmaster at git.koha-community.org
Fri Oct 11 12:20:12 CEST 2019


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  9d9bb45865c9d6c88952f47f52f0e92ddcce0054 (commit)
       via  77b681b5843dabd8808e6ad3e62999f1e9421280 (commit)
       via  c21a9cf0b0b8fc03629837c8651c10781ddfe3c7 (commit)
       via  bc6e5902898fc3fbaa69b0fcc99359eadd6a8c76 (commit)
       via  ae075fded2a4ef8fb2f241e4cf9bb90d7587b02c (commit)
       via  c2df905bfef771415d47aeba7db6ea445a33f1e1 (commit)
      from  85b5abcc4e8a0d41c0e286d1b9f7deba4905636c (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 9d9bb45865c9d6c88952f47f52f0e92ddcce0054
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Oct 11 10:57:30 2019 +0100

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

commit 77b681b5843dabd8808e6ad3e62999f1e9421280
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Oct 4 12:02:59 2019 +0200

    Bug 23484: (follow-up) add parenthesis in JOIN
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c21a9cf0b0b8fc03629837c8651c10781ddfe3c7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Aug 21 13:39:14 2019 +0000

    Bug 23484: Update pendingreserves.pl to use circulation_rules
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit bc6e5902898fc3fbaa69b0fcc99359eadd6a8c76
Author: Nick <nick at bywatersolutions.com>
Date:   Fri Oct 4 08:15:43 2019 +0000

    Bug 17140: Atomic update file
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ae075fded2a4ef8fb2f241e4cf9bb90d7587b02c
Author: Nick <nick at bywatersolutions.com>
Date:   Thu Oct 3 11:06:47 2019 +0000

    Bug 17140: Make rounding syspref controlled
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c2df905bfef771415d47aeba7db6ea445a33f1e1
Author: Blou <philippe.blouin at inlibro.com>
Date:   Fri Dec 21 10:33:29 2018 -0500

    Bug 17140: fix rounding errors when paying fines
    
    Whenever a fine (accountlines in DB) has a precision longer than two floating points, it becomes very hard for a user to clear it.
    Ex: 1.035 will be displayed as 1.04 or 1.03 depending on the screen.  But entering any of those value in Pay Fine will not clear it.
    The user has no way to know the exact value to enter.
    
    This fix makes sure that the intent of the user is met, by matching the EXACT needed sum when the difference is less than 0.01.
    
    TEST
    1) Create a 1.035 fine
      - Go to a Patron screen
      - Fines tab on the left
      - Create manual invoice
    2) go to Pay fines, click Pay amount on bottom left.
    3) It will show 1.03 as Total, and as Collect from patron.  Click confirm.
    4) An error message will appear.
    5) Apply patch, do again.
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                                   |    2 +-
 circ/pendingreserves.pl                                   |    4 ++--
 installer/data/mysql/sysprefs.sql                         |    1 +
 installer/data/mysql/updatedatabase.pl                    |   13 +++++++++++++
 .../prog/en/modules/admin/preferences/circulation.pref    |    6 ++++++
 members/pay.pl                                            |    1 +
 members/paycollect.pl                                     |    1 +
 7 files changed, 25 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list