[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.03-42-gdcda5a4

Git repo owner gitmaster at git.koha-community.org
Tue Sep 12 16:44:03 CEST 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, 17.05.x has been updated
       via  dcda5a4dc52eebe621ccfd491eddbb162c476ebb (commit)
      from  6431bf5d9a20737bcd6a8c4ac4426c5ba1bffd80 (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 dcda5a4dc52eebe621ccfd491eddbb162c476ebb
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Aug 30 10:35:03 2017 -0400

    Bug 19208 - Pay select option doesn't pay the selected fine
    
    The "Pay selected" option on the Fines tab in the borrower account page doesn't work as intended.
    The fine on top of the list gets the amount deducted, even if another fine is choosen from the list.
    
    Test Plan:
    1) Create two or three fines, using the Create manual invoice function.
    2) Choose one of the fines (not the one on the top) and click Pay selected
    3) Pay a partial amount
    4) Go back to the Pay fines tab an notice that the fine you selected has not changed. Instead, either the top fine or the total (see attachment) has ben affected.
    5) Apply this patch
    6) Repeat steps 1-3
    7) Note the correct fine is paid
    
    Signed-off-by: Andreas Hedström Mace <andreas.hedstrom.mace at sub.su.se>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 831d75d09c276f25f919cbdc16c8e4105fe8ddc9)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt |    2 --
 members/paycollect.pl                                         |    5 +----
 2 files changed, 1 insertion(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list