[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.08-14-g5073a05caa

Git repo owner gitmaster at git.koha-community.org
Mon Mar 9 21:30:21 CET 2020


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, 19.05.x has been updated
       via  5073a05caafb3598b40384409a02e9885e43c6ab (commit)
      from  cf8354aaa7cd3da8a8c51f6d84363db30e92f298 (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 5073a05caafb3598b40384409a02e9885e43c6ab
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 22 19:29:53 2019 +0000

    Bug 11281: Printing holds awaiting pickup prints both tabs
    
    This patch adds columns configuration to the holds awaiting pickup
    tables. Doing so helps solve the printing issue by adding a "Print"
    option to both tables. Using this print function will provide a
    printable version of only that table.
    
    To test you should have multiple holds in your system which are marked
    "waiting" and some which have been waiting longer than the value
    specified in the ReservesMaxPickUpDelay system preference.
    
    Apply the patch and go to Circulation -> Holds awaiting pickup.
    
     - On both the "Holds waiting" and "Holds waiting over..." tabs the
       DataTable should display correctly and all the controls should work,
       including the columns settings and the choices in the export menu.
     - Confirm that the "Print" action creates a printable version of only
       the table you are viewing.
    
     - Go to Administration -> Columns settings -> Circulation.
     - Change some visibility controls for the tables under the
       "holds_awaiting_pickup" heading (id=holdso and id=holdst). Confirm
       that these changes are reflected in the "Holds waiting" interface.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 30145385916935464ccbc52a1a13755464863ef9)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 admin/columns_settings.yml                         | 80 ++++++++++++++++++++++
 .../prog/en/includes/waiting_holds.inc             |  2 +-
 .../prog/en/modules/circ/waitingreserves.tt        | 34 ++++++---
 3 files changed, 106 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list