[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-917-g1c91352

Git repo owner gitmaster at git.koha-community.org
Wed Aug 14 23:07:40 CEST 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  1c9135262b9233f59fd05e34c90980e7dc8be338 (commit)
      from  129c974fdde0dc62e568f7aa01c4a0796ae150ae (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 1c9135262b9233f59fd05e34c90980e7dc8be338
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Mon Jun 17 17:01:33 2013 +0200

    Bug 10483: fix item uniqueness check on order form
    
    When syspref "UniqueItemFields" is defined, the item uniqueness is
    tested in acquisition by an AJAX call to check_uniqueness.pl.  This
    patch fixes an issue where check_uniqueness.pl wasn't looking
    at the correct CGI parameters.
    
    Test plan :
    - Select an existing item with barcode
    - Add "barcode" to "UniqueItemFields" syspref (use space as separator
      for multiple values)
    - Set "AcqCreateItem" syspref to "Create an item when placing an order"
    - Go to an acquisition basket
    - Create a new order from empty
    - Enter existing barcode in item form and save
    => You get an alert that barcode already exists and order is not saved
    - Enter a non-existing barcode in item form and save
    => Order and item are created
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 acqui/check_uniqueness.pl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list