[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.08-82-gd98a7f1

Git repo owner gitmaster at git.koha-community.org
Wed Aug 28 17:51:43 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.11.x has been updated
       via  d98a7f103f1031ae1977d88c220995ab9aab0f9b (commit)
      from  6779695ba052d61fb8c3fd9e3bfebf6606d1f18b (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 d98a7f103f1031ae1977d88c220995ab9aab0f9b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 31 16:01:39 2019 +0000

    Bug 23405: Circulation autocomplete for patron lookup broken if cardnumber is empty
    
    This patch modifies the JavaScript behind the patron search
    results autocomplete widget which is displayed when typing in the search
    header's "Check out" tab.
    
    The script is modified to use the patron's borrowernumber instead of
    cardnumber when redirecting to the checkout page.
    
    Instead of copying the patron's card number into the search form and
    triggering a submit, the autocomplete output uses direct links to each
    result.
    
    To better handle patrons with no card number, the output is modified to
    show card number with parentheses only if card number is present.
    
    To test you should have a patron in your database which has no card
    number. Make sure CircAutocompl is enabled.
    
    - From the circulation home page, type a patron name in the "Check out"
      form and wait for autocomplete search results to display.
    
    - Patrons with a card number should be listed in the format: Surname,
      First name (Card number) Address.
    
    - Patrons without a card number should be listed as: Surname, First
      name Address.
    
    - Clicking on either kind of result should link you the checkout screen
      for that patron.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Ian Walls <ian at bywatersolutions.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 82a0f5913974155bd79f82cf2075936de7b0c431)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit eb2ecf828bb3a1a55d0559d350fe6c308a1e1a7a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list