[koha-commits] main Koha release repository branch 16.11.x updated. v16.11.04-14-g661e638

Git repo owner gitmaster at git.koha-community.org
Tue Mar 14 17:43:31 CET 2017


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, 16.11.x has been updated
       via  661e6389c990c603cbc6a0a9444c27ec9d01afe2 (commit)
       via  8b58728a7c0fa8f03dc86729a62f12fdd3154462 (commit)
       via  e817334a06ae8acdc2118525618d0e3010dd06d3 (commit)
      from  3dedc5e4ba1b749e6a8582248bc04a731e01853e (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 661e6389c990c603cbc6a0a9444c27ec9d01afe2
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Apr 5 12:56:24 2016 +0100

    Bug 16202: GetIssuingCharges should return a collectable amount
    
    Charges should not include elements less than a penny/cent
    they are not displayed but can be saved to the database
    causing "odd" behaviour down the line
    
    Make the routine round the resultant charge to nearest cent,
    so consistent values are returned.
    Removed the one case where it was rounded post call.
    Although the main danger is values generated by the discount
    calculation apply the rounding to all returned charges in case
    the item charge is defined using the 3rd or 4th decimal
    places.
    
    NOTE: prove -v t/db_dependent/Circulation.t triggers the change.
          Though, all the returned amounts are 0.00 only.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit d84ed89557e2c921f261b1c620434d432dcbd3f7)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 8b58728a7c0fa8f03dc86729a62f12fdd3154462
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Jan 19 15:43:38 2017 +0100

    Bug 7143: Replace Santallan by Santellan
    
    Missed one typo in about.tt.
    Can go along with the next patch here.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 13de29ad4465b964e37d4f460f5c9145e23939a1)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit e817334a06ae8acdc2118525618d0e3010dd06d3
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Feb 16 22:19:59 2017 +0000

    Bug 18135: Show alert if no authorities selected in batch record deletion
    
    To test:
    1) Go to Tools -> Batch record deletion
    2) Select Authorities as record type, put in an auth id, click Continue
    3) Unselect the authorities and click Delete selected records
    4) Confirm an alert shows up
    5) Clear the alert and confirm deleting the authority still works as
    normal
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 7a5f17ff6ecbec3a7f73fa54b900dae909996b29)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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

Summary of changes:
 C4/Circulation.pm                                            |    4 +++-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt             |    2 +-
 .../prog/en/modules/tools/batch_delete_records.tt            |   10 +++++++++-
 3 files changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list