[koha-commits] main Koha release repository branch master updated. v17.05.00-79-ga80ed84

Git repo owner gitmaster at git.koha-community.org
Mon Jun 12 23:00:28 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, master has been updated
       via  a80ed84d070f81065b1fb2fa14f5ced3c25d6431 (commit)
       via  ec478e18f352d340c7a1ec4416121928229c2907 (commit)
       via  855ff0fb9a1cf7755a0805910c367150b37b5f2a (commit)
      from  a38ffe2d48c35029ef80ea0a4294e36b408cd1a4 (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 a80ed84d070f81065b1fb2fa14f5ced3c25d6431
Author: Lee Jamison <ldjamison at marywood.edu>
Date:   Sat Jun 10 09:26:51 2017 +0000

    Bug 18584: Fix trailing spaces in C4/Accounts.pm
    
    Removed trailing spaces at line 182 of C4::Accounts.
    
    Test plan:
    1. Edit C4/Accounts.pm and verify trailing spaces
    2. Apply patch
    3. Verify that trailing spaces in C4/Accounts have been removed
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ec478e18f352d340c7a1ec4416121928229c2907
Author: Marc Véron <veron at veron.ch>
Date:   Tue May 30 08:41:53 2017 +0200

    Bug 18694: Translatability: Get rid of exposing [%% FOREACH in csv/cash_register_stats.tt
    
    Code exposed is:
    %s %s %s [%%- FOREACH field IN row; field IF !loop.last; ItemTypes.GetDescription(field) IF loop.last; sep IF !loop.last; END %%] %s TOTAL [%%- FOREACH field IN total; field; sep IF !loop.last; END %%]
    
    Similar for: csv/orders_by_budget.tt
    
    To test:
    - Apply patch
    - In staff client, verify that Cash register statistics work as before
      (Home > Reports > Cash register statistics)
    - Verify the same for Home > Reports > Orders by fund (triggers orders_by_budget.tt)
    - Bonus test: Create a "language" aa-AA (perl translate create aa-AA
      from folder misc/translator, verify that lines mentioned above do
      no longer appear in aa-AA-staff-prog.po )
    - Run QA tools (newest version with test for newlines in tt directives)
    
    Rebased on top of Bug 18734 2017-12-06 / mv
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 855ff0fb9a1cf7755a0805910c367150b37b5f2a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 9 10:17:25 2017 -0400

    Bug 18734 - Internal server error in cash_register_stats.pl when exporting to file
    
    To test:
    Output cash reigster stats report to file
    Internal server error
    Apply patch
    Export to file
    File is generated and correctly formed
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Accounts.pm                                          |    2 +-
 .../includes/csv_headers/reports/cash_register_stats.tt |    2 +-
 .../prog/en/modules/reports/csv/cash_register_stats.tt  |   15 ++++-----------
 .../prog/en/modules/reports/csv/orders_by_budget.tt     |   12 +++---------
 reports/cash_register_stats.pl                          |    2 +-
 5 files changed, 10 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list