Bug 24367: Resolve warn Argument available is not numeric in delete
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 10 Jan 2020 07:54:33 +0000 (07:54 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 19 Feb 2020 11:22:14 +0000 (11:22 +0000)
commitc801ea3c69e6d6db524f568372a8685622ee90cf
treed1344e6d9582386a0e7832359fe90208a5a9ee95
parent76a4753dfe9bf2f541eb7cb40bfaab8a9605c9db
Bug 24367: Resolve warn Argument available is not numeric in delete

Argument "available" isn't numeric in delete at /usr/share/koha/C4/Search.pm line 1480.
The construction delete array[string] simply does not work.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Search.pm