Bug 10483: fix item uniqueness check on order form
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Mon, 17 Jun 2013 15:01:33 +0000 (17:01 +0200)
committerChris Hall <followingthepath@gmail.com>
Sun, 20 Oct 2013 07:13:02 +0000 (20:13 +1300)
commita04d410ecb539dc9c25a70be53cbaa6b4ae1b222
treed285dad7ca97e503cc7f19dd9e6c9e5690bcc014
parent7712e62a2c56715783f4294395eb4f657964a80b
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@bywatersolutions.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 1c9135262b9233f59fd05e34c90980e7dc8be338)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit df428a49e5c8b9106771d308bd1c1dea62d64429)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
(cherry picked from commit df428a49e5c8b9106771d308bd1c1dea62d64429)
acqui/check_uniqueness.pl