[koha-commits] main Koha release repository branch master updated. v16.05.00-520-gf8230d5

Git repo owner gitmaster at git.koha-community.org
Thu Aug 18 18:10:51 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, master has been updated
       via  f8230d5d0a6f20f0e054744221d5ad4b1ca467e3 (commit)
       via  492a64cef95c6afb1644cbb4f1be181c2442cbd8 (commit)
      from  761001add1a95d147a23b74e8d817890ffc08ac5 (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 f8230d5d0a6f20f0e054744221d5ad4b1ca467e3
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>

commit 492a64cef95c6afb1644cbb4f1be181c2442cbd8
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>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list