Bug 20829: Handle non-existent barcode when linking to host item
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 30 May 2018 15:10:58 +0000 (12:10 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 11 Jun 2018 09:01:18 +0000 (10:01 +0100)
commitb004818515a5b5fbc7748da614b758d1516c0ff2
treef0892d6de7c19947ef9900264e2ab2004878205d
parentd17c36516185856bb4107f8d2c628f24a9d5ce24
Bug 20829: Handle non-existent barcode when linking to host item

Since commit 2c9aeb9b0f4449d1a25274b8fbf8dae4ec11d3bf
  Bug 18277: Remove GetBiblionumberFromItemnumber - linkitem

$item is not defined if the barcode is invalid, we should not call
method on it in that case.

Test plan:
- Turn on EasyAnalyticalRecords
- Go to a detail page
- Edit > Link to host item
- Enter an invalid barcode
=> With the patch you get a friendly error message
=> Without this patch it explodes with
Can't call method "itemnumber" on an undefined value at
/home/vagrant/kohaclone/cataloguing/linkitem.pl line 86.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
cataloguing/linkitem.pl