[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.10-5-gb973f5b

Git repo owner gitmaster at git.koha-community.org
Tue Mar 5 22:30:20 CET 2019


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, 18.05.x has been updated
       via  b973f5b96195d2fbadeafeef27438de85a3f3126 (commit)
      from  a62ab435628eaa00a656e09e90411f883f437545 (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 b973f5b96195d2fbadeafeef27438de85a3f3126
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Feb 6 11:43:52 2019 +0000

    Bug 18393: Acquisition statistics - Fix wrong template variable name for collection filter
    
    The template variable was wrong, so the filter never submitted the
    collection code for the query.
    
    Before:
    <option value="">Fiction</option>
    <option value="">Non-fiction</option>
    
    After:
    <option value="FIC">Fiction</option>
    <option value="NFIC">Non-fiction</option>
    
    To test:
    - Go to Reports > Statistics wizards > Acquisitions
    - Pick a row and column
    - Compare results with and without collection filter
    - Verify the table is always the same
    - Apply patch
    - Repeat comparison, verify the filter works now
    
    https://bugs.koha-community.org/show_bug.cgi?id=18393
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f2746dd8fb1c4557ae56db4769a07fe663576ddc)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 9523546f2df4128ecaa48d86cb7d03cabdc477ac)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt      |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list