[koha-commits] main Koha release repository branch master updated. v16.05.00-927-g6fc03f1

Git repo owner gitmaster at git.koha-community.org
Tue Sep 27 13:12:47 CEST 2016


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, master has been updated
       via  6fc03f1968f9e405d745b854577c953106fdbdfe (commit)
      from  50a37fbf5bc22bed843447be6a6603e7705fd28d (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 6fc03f1968f9e405d745b854577c953106fdbdfe
Author: Andreas Roussos <arouss1980 at gmail.com>
Date:   Thu Sep 15 11:37:19 2016 +0300

    Bug 10768 - Improve the interface related to itemBarcodeFallbackSearch
    
    When the itemBarcodeFallbackSearch syspref is on, the wording in the
    interface should reflect that you can enter a barcode OR a keyword.
    Additionally, in the results of a keyword search the "Fast cataloging"
    link should be more descriptive. This patch fixes these issues.
    
    Test plan:
    
    0) [PREREQUISITES] Ensure you have a Fast Add ('FA') framework defined,
       and that your itemBarcodeFallbackSearch syspref is set to 'Enable'.
    1) Go to Circulation -> Check out, search for a patron, then select a
       patron to Check out. Notice how the text above the textbox reads
       "Enter item barcode:".
    2) Type something generic (not a barcode) in the textbox so that you'll
       get at least one item as a result. Notice how the text in the yellow
       warning box reads "The barcode was not found: <terms> Fast cataloging".
    3) Apply the patch.
    4) Repeat step 1), now the text above the textbox should read
       "Enter item barcode or keyword:".
    5) Repeat step 2), now the text in the yellow warning box should read
       "The barcode was not found: <terms> Add record using fast cataloging".
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list