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

Git repo owner gitmaster at git.koha-community.org
Wed Mar 18 18:22:39 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  d70412bf23a855bf46db17291f53f992f3a7e67f (commit)
      from  1fced79e401ebcff11c89380307cdd224ca58a68 (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 d70412bf23a855bf46db17291f53f992f3a7e67f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 24 17:33:48 2020 +0000

    Bug 24514: Add option to exclude title from patron-title.inc
    
    Without this patch sorting by patron name on the 'holds awaiting
    pickup' report sorted by title, surname, firstname. With this
    patch the list will sort by surname, firstname, ignoring the title.
    
    To test:
    - generate and capture a hold for a patron named "Mr. A A"
    - generate and capture a hold for a patron named "A A"
    - generste and capture a hold for patron named "Mr. B B"
    - generste and capture a hold for patron named "B B"
    - go to holds awaiting pickup
    - sort by patron name ascending
    - holds sort Mr. A, Mr. B, A, B
    - sort by patron name descending
    - holds sort B, A, Mr. B, Mr. A
    - APPLY PATCH
    - Reload holds awaiting pickup
    - Confirm holds sort on Surname
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.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 fe86bf2b6c7a0afb8be0a0030f8013dd9f5d7f85)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc  | 1 +
 koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list