[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.11-16-g9116cba

Git repo owner gitmaster at git.koha-community.org
Mon Apr 1 18:59:37 CEST 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  9116cba3506b1129ed4165734a18fb66b3b8191a (commit)
      from  3ade1f52cd4ef73e44997726f8de56d0a9cac810 (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 9116cba3506b1129ed4165734a18fb66b3b8191a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Mar 19 12:41:26 2019 +0000

    Bug 22536: Display problem in Holds to Pull report
    
    This patch modifies the display of several values in the holds to pull
    report so that they can be displayed as lists instead of as chunks of
    HTML generated in SQL.
    
    This patch modifies the SQL in pendingreserves.pl so that values can be
    formatted in the same way that holding branch is. The better long-term
    solution is to remove SQL from pendingreserves.pl altogether, but this
    is a quick fix.
    
    This patch also makes a couple of minor markup changes to fix
    validation.
    
    To test, apply the patch and go to Circulation -> Holds to pull. To see
    the changes the patch makes your holds to pull list should have titles
    with multiple items at multiple branches, with call number, copy number,
    and enumeration data. These values should all be displayed in bulleted
    lists.
    
    Signed-off-by: David Roberts <david.roberts at ptfs-europe.com>
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 9a321c128fed457bf6d11d2ce7ee7edf7dd28004)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 38bbe82aa07aa9a1a3cc33e00b5b8e459eb28a30)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 circ/pendingreserves.pl                            |   12 ++---
 .../prog/en/modules/circ/pendingreserves.tt        |   51 +++++++++++++++++---
 2 files changed, 50 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list