[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-147-g7b32a52

Git repo owner gitmaster at git.koha-community.org
Wed Aug 24 12:47:40 CEST 2016


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.22.x has been updated
       via  7b32a52e4f77487095311e1a830e152616ae23e6 (commit)
       via  0abbcf2c2c242993db44edd7881bb765041cd62f (commit)
      from  c149dab5e1a29e891613a191da75e526afbd28f1 (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 7b32a52e4f77487095311e1a830e152616ae23e6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 15 15:11:19 2016 +0100

    Bug 17100: Restore previous logic
    
    There is no need to change the previous logic here, so let's restore it.
    
    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 f8230d5d0a6f20f0e054744221d5ad4b1ca467e3)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 06e37a47df894b42accbd1b98c734515ff3b3e12)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 0abbcf2c2c242993db44edd7881bb765041cd62f
Author: Marc Véron <veron at veron.ch>
Date:   Wed Aug 10 11:42:28 2016 +0200

    Bug 17100: Do not display payments if patron has nothing to pay
    
    This alternative patch moves logic and formatting to the template file.
    
    To test:
    * without patch
      1/ find a patron with no lines in accountlines table : print summary shows no "account fines and payments" => OK
      2/ find a patron with some lines in accountlines table and the total amount > 0 : print summary shows a table "account fines and payments" with fines to recover => OK
      3/ find a patron with some lines in accountlines table but the total amount = 0 : print summary shows a table "account fines and payments" with nothing in it => NOK
    
    * with the patch, same cases as before :
      1/ same as without patch
      2/ same as without patch
      3/ print summary does not show "account fines and payments"
    
    - Additionally, verify that formatting follows syspref 'CurrencyFormat'
    - Verify that amount column is right-aligned
    
    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 492a64cef95c6afb1644cbb4f1be181c2442cbd8)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 7602198e60e0a43c1d35164db2c49d26412bfc08)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 .../prog/en/modules/members/moremember-print.tt             |   11 ++++++-----
 members/summary-print.pl                                    |    9 +--------
 2 files changed, 7 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list