]> git.koha-community.org Git - koha.git/commit
Bug 20088: Fix uninitialized warning from svc/holds
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 25 Jan 2018 11:01:30 +0000 (12:01 +0100)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 2 Feb 2018 15:09:40 +0000 (15:09 +0000)
commit2a06f9be43184c12e37e2cca0057b7584d8610bd
tree099f72bc6b28009d4fd0f8561712ec4eaadb89ce
parent8f4b2b7b37221e626d45263090ce9f8cce0247aa
Bug 20088: Fix uninitialized warning from svc/holds

Use of uninitialized value in array element at svc/holds line 56.

Test plan:
Check if the warn is no longer in the logs; the warning is triggered by
an ajax call from the circulation template in staff.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
svc/holds