[koha-commits] main Koha release repository branch master updated. v3.14.00-98-gf3b28a5

Git repo owner gitmaster at git.koha-community.org
Tue Dec 10 04:20:45 CET 2013


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  f3b28a5d8ad381bbe5b3edce994e0d45ee96f920 (commit)
      from  03f342aa67034a56876b9b45545c607b961587b7 (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 f3b28a5d8ad381bbe5b3edce994e0d45ee96f920
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 13 11:33:05 2013 +0100

    Bug 8683: ensure clear button clears all item fields on order form
    
    The clear js function parses input text, but input filled to a plugin
    does not contain the type attribute.
    
    Test plan:
    - fill the barcode field to the barcode plugin
    - go on the new order page
    - verify the barcode plugin works as before
    - verify the clear link clears the barcode field and all others fields.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Works as expected, passes all tests and QA script.
    Template change only.
    Barcode and date acquired are now also cleared with the
    'clear' link.
    
    But: it only works when you enter a barcode manually currently,
    because the AutoBarcode functionality is broken on master (bug 11273).
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Items.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list